update main.py

kaasislekker
This commit is contained in:
ben
2026-08-18 17:25:28 +02:00
parent 97fd931c32
commit 662baca9e6
2 changed files with 58 additions and 1 deletions
+1 -1
View File
@@ -8,10 +8,10 @@ from fastapi import Depends
from fastapi.security import HTTPBearer, HTTPAuthorizationCredentials
from email_service import (
create_verification,
send_verification_email,
send_password_reset_email,
create_password_reset,
hash_token,
send_verification_email,
)
import secrets