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 Jul 6, 2020. It is now read-only.
The project allows users to navigate to protected routes and then Redirects to an appropriate route based on authentication status.
This method causes this
As we can see it shows the user the "protected route before redirect"
Expected behavior
The project should make use of Route Guards using CanActivate. This way we will follow the DRY principle of coding