We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using angularjs. Here is my route for set-password (taken from your github demo)
when('/set-password', { templateUrl: 'partials/set-password', set_password: true }).
This is being called when I click on the email link:
https://team.adventhp.com:3000/set-password/<token_hidden>
I'm getting the error message user not authorized. Your help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
Sorry for the delayed response.
Try replacing set_password: true with public: true and see if that works.
set_password: true
public: true
Thanks, Timothy
Sorry, something went wrong.
No branches or pull requests
I'm using angularjs. Here is my route for set-password (taken from your github demo)
This is being called when I click on the email link:
I'm getting the error message user not authorized. Your help is greatly appreciated.
The text was updated successfully, but these errors were encountered: