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
I'm submitting a
(Check one with "x" from given options)
Current behavior
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
I have started working on this