summaryrefslogtreecommitdiff
path: root/kvmd/validators/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/validators/auth.py')
-rw-r--r--kvmd/validators/auth.py2
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"])