WS auth, currently times-out for some reason

This commit is contained in:
Syer10
2025-10-17 12:54:49 -04:00
parent f0a9f7aff1
commit d98ae70c91
10 changed files with 332 additions and 34 deletions

View File

@@ -430,7 +430,6 @@ class SettingsServerViewModel(
persistentMapOf(
Auth.NONE to stringResource(MR.strings.no_auth),
Auth.BASIC to stringResource(MR.strings.basic_auth),
Auth.DIGEST to stringResource(MR.strings.digest_auth),
Auth.SIMPLE to stringResource(MR.strings.simple_auth),
Auth.UI to stringResource(MR.strings.ui_login),
)