We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211e513 commit 251c94fCopy full SHA for 251c94f
1 file changed
pulseguardian/web.py
@@ -186,7 +186,7 @@ def _load_user_from_email(email):
186
mozdef.log(
187
mozdef.ERROR,
188
mozdef.ACCOUNT_UPDATE,
189
- "Failed to load fake account user",
+ "Failed to load user account",
190
details={"error": str(e), "email": email},
191
)
192
return None
@@ -677,7 +677,6 @@ def register_handler():
677
@sh.wrapper()
678
@oidc.oidc_logout
679
def logout_handler():
680
- session["userinfo"] = None
681
return redirect("/")
682
683
0 commit comments