forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-20 19:13:27 +02:00
parent f839ab6e73
commit cb847ecd4f
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ def login_post():
session["login_nonce"] = account.login_nonce
if account.id == AEVANN_ID: session["verified"] = time.time()
check_for_alts(account.id)
g.db.commit()
redir = request.values.get("redirect")