Make revokey command noauth

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-07-14 04:56:56 +03:00
parent f69c892e4a
commit 309ad045c7
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -448,7 +448,7 @@ class CommandParser:
@staticmethod
def cmd_revokey(user: str, args: List[str]) -> Tuple[str]:
"""Auth command, revoke current auth key
"""Noauth command, revoke current auth key
Syntax: revokey"""
reset_authkey()