mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
Handle auth options correctly in Security Settings
(cherry picked from commit 0fad20e327503bac767c4df4c893f5e418866831)
This commit is contained in:
parent
455aca85bd
commit
66aeb19d88
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,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, insecure over HTTP)' },
|
||||
{ key: 'forms', value: 'Forms (Login Page)' },
|
||||
{ key: 'plex', value: 'Plex' },
|
||||
|
|
Loading…
Reference in a new issue