pull/139/head
Aevann 2023-03-15 07:33:55 +02:00
parent b2dc965846
commit f31256e10c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def get_ID():
def get_logged_in_user():
if hasattr(g, 'v') and g.v: return g.v
if hasattr(g, 'nonce'):
if not hasattr(g, 'nonce'):
g.nonce = secrets.token_urlsafe(31)
g.desires_auth = True