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
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.
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.