update emails and verifing

This commit is contained in:
ben
2026-08-18 11:44:09 +02:00
parent 953c371e48
commit 49e0ea5734
3 changed files with 32 additions and 13 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ def send_verification_email(email: str, token: str):
raise RuntimeError("SMTP configuration is incomplete")
verification_url = (
f"https://jouwdomein.nl/verify-email?token={token}"
f"https://ben.de-roo.org/verify-email?token={token}"
)
message = EmailMessage()