forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-26 11:23:53 +02:00
parent 1da3180aea
commit ca6eb51e6e
1 changed files with 0 additions and 2 deletions

View File

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