Handle auth options correctly in Security Settings

(cherry picked from commit 0fad20e327503bac767c4df4c893f5e418866831)
zeus-old
Qstick 1 year ago
parent 455aca85bd
commit 66aeb19d88

@ -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…
Cancel
Save