forked from rDrama/rDrama
1
0
Fork 0
master
justcool393 2022-10-26 18:41:29 -05:00
parent e4d50be763
commit 50482c9b0e
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ def login_post():
if not account.validate_2fa(request.values.get("2fa_token", "").strip()):
hash = generate_hash(f"{account.id}+{now}+2fachallenge")
log_failed_admin_login_attempt(account, "2FA Token")
log_failed_admin_login_attempt(account, "2FA token")
return render_template("login_2fa.html",
v=account,
time=now,