From c72a9aff5963f45581e759e24fe41ab10c1aae52 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 26 Feb 2022 11:23:53 +0200 Subject: [PATCH] mention --- files/routes/login.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/login.py b/files/routes/login.py index 0bed916da..cd1084282 100644 --- a/files/routes/login.py +++ b/files/routes/login.py @@ -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")