Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the target contains route parameters and we use the `navigate` method of the Angular router the route parameters get encoded which will result in an invalid url. We should use `navigateByUrl` here instead.
- Loading branch information
e01f899
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should also be updated in the Auth0 Quickstart for Angular.