Open akist529 opened 5 months ago
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/
@maxgraziano Having problems assigning others to issues - can you please look into this? Thanks.
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/