mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Handle auth options correctly in Security Settings
(cherry picked from commit 0fad20e327503bac767c4df4c893f5e418866831)
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user