Skip to content

Commit

Permalink
Chore: Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johndiginee committed Sep 18, 2023
1 parent 5898361 commit d783fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def forgot_password(request):

host = get_current_host(request)

link = "{host}api/reset_password/{token}".format(host=host, token=token)
link = "{host}api/auth/reset_password/{token}".format(host=host, token=token)
body = "Your password reset link is: {link}".format(link=link)

send_mail(
Expand Down

0 comments on commit d783fac

Please sign in to comment.