diff --git a/backend/auth.py b/backend/auth.py index dc2225b..52945b0 100644 --- a/backend/auth.py +++ b/backend/auth.py @@ -11,6 +11,7 @@ from email_service import ( send_password_reset_email, create_password_reset, hash_token, + send_verification_email, ) import secrets