You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2024. It is now read-only.
There's an issue in line 149 where we check whether the 'user' is none instead of the 'u',
and we also set the user_id cookie to u.id instead of str(u['id]) as in other fields. As a result, I think there's an issue with logging in and out with a user that has already been created.