friendsofagape/autographa

Login Issue : Not showing user after login

Closed this issue · 3 comments

  • Sometimes the user is not showing in the profile section after login or after creating a new user.
  • app navigate to project list page without proper user( may be no user token or not getting inside the app )
  • In new user creation user is created in the backend but not update it in UI .

image

user is displaying while login/logout/creating.
created user displaying on UI.

  • fixed the user is showing in the profile section after login
  • fixed app navigates to the project list page with the proper user.
  • fixed without user and token can't log in.
  • fixed if there is no user, the page will return login page
  • fixed if a new user creation user is created in the backend but not updated it in the UI

need to fix:

  • every time when we log in we need to click twice (need to update project list page).

closed