diff options
Diffstat (limited to 'kvmd/validators/auth.py')
-rw-r--r-- | kvmd/validators/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/validators/auth.py b/kvmd/validators/auth.py index 5f6188e1..b4b53928 100644 --- a/kvmd/validators/auth.py +++ b/kvmd/validators/auth.py @@ -40,4 +40,4 @@ def valid_auth_token(arg: Any) -> str: def valid_auth_type(arg: Any) -> str: - return check_string_in_list(arg, "auth type", ["basic"]) + return check_string_in_list(arg, "auth type", ["htpasswd"]) |