1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Remove Basic Auth

Closes #7597
This commit is contained in:
Mark McDowall
2025-02-16 19:36:02 -08:00
parent 609e964794
commit 0f9e063e21
6 changed files with 18 additions and 96 deletions
@@ -36,6 +36,8 @@ export const authenticationMethodOptions = [
get value() {
return translate('AuthBasic');
},
isDisabled: true,
isHidden: true,
},
{
key: 'forms',