fixed small bug

This commit is contained in:
ben
2026-08-18 11:56:16 +02:00
parent f7c906c63b
commit 9661305d81
2 changed files with 76 additions and 15 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ def send_verification_email(email: str, token: str):
raise RuntimeError("SMTP configuration is incomplete")
verification_url = (
f"https://ben.de-roo.org/verify-email?token={token}"
f"https://ben.de-roo.org/api/verify-email?token={token}"
)
message = EmailMessage()