mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Handle auth options correctly in Security Settings
This commit is contained in:
parent
9e694c7b06
commit
0fad20e327
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue