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
The email sent to a user upon request of a password reset currently links to the backend API, for instance:
http://127.0.0.1:8000/api/v1/password-reset-confirm/Mg/c85c5e-234495797fd59d71f50ddbaa6744d089/
It should link to the frontend instead, like so:
http://localhost:3000/reset-verify/Mg/c85c5e-234495797fd59d71f50ddbaa6744d089/
The text was updated successfully, but these errors were encountered:
@maxgraziano Having problems assigning others to issues - can you please look into this? Thanks.
Sorry, something went wrong.
maxgraziano
No branches or pull requests
The email sent to a user upon request of a password reset currently links to the backend API, for instance:
http://127.0.0.1:8000/api/v1/password-reset-confirm/Mg/c85c5e-234495797fd59d71f50ddbaa6744d089/
It should link to the frontend instead, like so:
http://localhost:3000/reset-verify/Mg/c85c5e-234495797fd59d71f50ddbaa6744d089/
The text was updated successfully, but these errors were encountered: