Handle auth options correctly in Security Settings

pull/5293/head
Qstick 2 years ago committed by GitHub
parent 9e694c7b06
commit 0fad20e327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@ export const authenticationRequiredWarning = 'To prevent remote access without a
export const authenticationMethodOptions = [
{ key: 'none', value: 'None', isDisabled: true },
{ key: 'external', value: 'External', isHidden: true },
{ key: 'basic', value: 'Basic (Browser Popup)' },
{ key: 'forms', value: 'Forms (Login Page)' }
];

Loading…
Cancel
Save