fdsfds
This commit is contained in:
parent
261156ff9a
commit
53942c142a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue