diff options
Diffstat (limited to 'kvmd/plugins/auth/htpasswd.py')
-rw-r--r-- | kvmd/plugins/auth/htpasswd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/plugins/auth/htpasswd.py b/kvmd/plugins/auth/htpasswd.py index 46576727..2f4e2df8 100644 --- a/kvmd/plugins/auth/htpasswd.py +++ b/kvmd/plugins/auth/htpasswd.py @@ -37,7 +37,7 @@ class Plugin(BaseAuthService): self.__path = path @classmethod - def get_plugin_options(cls) -> Dict[str, Option]: + def get_plugin_options(cls) -> Dict: return { "file": Option("/etc/kvmd/htpasswd", type=valid_abs_path_exists, unpack_as="path"), } |