master
Aevann1 2021-12-19 04:41:43 +02:00
parent 4473bd894b
commit d17b7211e6
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ def login_post():
session["login_nonce"] = account.login_nonce
session.permanent = True
if user_id not in (PW1_ID,PW2_ID): check_for_alts(account.id)
if account.id not in (PW1_ID,PW2_ID): check_for_alts(account.id)
redir = request.values.get("redirect", "/").replace("/logged_out", "").strip()