Skip to content

Commit

Permalink
fix : update CONFIRMATION_URL to point to frontend user account verif…
Browse files Browse the repository at this point in the history
…ication
  • Loading branch information
AlexTraveylan committed Sep 3, 2024
1 parent bbad37c commit 6b49696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# Email
DOMAIN_EMAIL = os.getenv("DOMAIN_EMAIL")
RESEND_API_KEY = os.getenv("RESEND_API_KEY")
CONFIRMATION_URL = f"{BACKEND_HOST}/confirmation-email"
CONFIRMATION_URL = f"{FRONTEND_URL}/my-account/valid-email"
ADMINSTRATOR_EMAIL = os.getenv("ADMINSTRATOR_EMAIL")

0 comments on commit 6b49696

Please sign in to comment.