mirror of
https://github.com/Mailu/Mailu.git
synced 2025-05-31 23:10:01 +02:00
doh
This commit is contained in:
parent
6d5926ef29
commit
bee6e980e3
@ -490,7 +490,7 @@ session = MailuSessionExtension()
|
||||
def verify_temp_token(email, token):
|
||||
try:
|
||||
if token.startswith('token-'):
|
||||
if sessid := app.session_store.get(token)
|
||||
if sessid := app.session_store.get(token):
|
||||
session = MailuSession(sessid, app)
|
||||
if session.get('_user_id', '') == email:
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user