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
If a user is not logged in and is seeing a public perspective, then he can login from that page, and after having logged, should be redirected to that page.
Use localStorage to save the current path (doc/:id) and then when on the root path, if the value is there, delete it and redirect to it.
The text was updated successfully, but these errors were encountered:
If a user is not logged in and is seeing a public perspective, then he can login from that page, and after having logged, should be redirected to that page.
Use localStorage to save the current path (doc/:id) and then when on the root path, if the value is there, delete it and redirect to it.
The text was updated successfully, but these errors were encountered: