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
currently, we are using an error response in fetching user details to handle the logic of the header rendering of whether the user is logged in or not.
we need instead to use the backend endpoint /user/is_user_logged_in in order to decided forword logic.
The text was updated successfully, but these errors were encountered:
danielsh28
changed the title
[Refactor] check user lstatus
[Refactor] check user logged in status
Aug 25, 2022
currently, we are using an error response in fetching user details to handle the logic of the header rendering of whether the user is logged in or not.
we need instead to use the backend endpoint
/user/is_user_logged_in
in order to decided forword logic.The text was updated successfully, but these errors were encountered: