Make sendkey a non-auth command

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-07-16 05:35:22 +03:00
parent 6ddb60c956
commit df41eef2e8
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -600,7 +600,7 @@ class CommandParser:
@staticmethod
def cmd_sendkey(user: str, args: List[str]) -> Tuple[str]:
"""Auth command, sends the auth key to the specified hook
"""Noauth command, sends the auth key to the specified hook
Syntax: sendkey"""
if not CONFIG["authkey-webhook-url"].strip():