viewed fixed

This commit is contained in:
2022-11-23 14:30:44 +03:00
parent 2cb152bdb1
commit c6128ac641
6 changed files with 24 additions and 22 deletions

View File

@@ -176,7 +176,7 @@ async def login(_, info, email: str, password: str = "", lang: str = "ru"):
}
except InvalidPassword:
print(f"[auth] {email}: invalid password")
raise InvalidPassword("invalid passoword") # contains webserver status
raise InvalidPassword("invalid password") # contains webserver status
# return {"error": "invalid password"}