diff options
Diffstat (limited to 'kvmd/plugins/auth/http.py')
-rw-r--r-- | kvmd/plugins/auth/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/plugins/auth/http.py b/kvmd/plugins/auth/http.py index 8f264531..69548516 100644 --- a/kvmd/plugins/auth/http.py +++ b/kvmd/plugins/auth/http.py @@ -78,7 +78,7 @@ class Plugin(BaseAuthService): timeout=self.__timeout, json={ "user": user, - "passwd": passwd + "passwd": passwd, }, headers={ "User-Agent": f"KVMD/{__version__}", |