Handle auth options correctly in Security Settings
This commit is contained in:
parent
9e694c7b06
commit
0fad20e327
|
@ -14,6 +14,7 @@ export const authenticationRequiredWarning = 'To prevent remote access without a
|
||||||
|
|
||||||
export const authenticationMethodOptions = [
|
export const authenticationMethodOptions = [
|
||||||
{ key: 'none', value: 'None', isDisabled: true },
|
{ key: 'none', value: 'None', isDisabled: true },
|
||||||
|
{ key: 'external', value: 'External', isHidden: true },
|
||||||
{ key: 'basic', value: 'Basic (Browser Popup)' },
|
{ key: 'basic', value: 'Basic (Browser Popup)' },
|
||||||
{ key: 'forms', value: 'Forms (Login Page)' }
|
{ key: 'forms', value: 'Forms (Login Page)' }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue