From 97fd931c326c5c40bd7fcf2416442fadda56ea82 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 18 Aug 2026 17:22:51 +0200 Subject: [PATCH] update main.py kaasislekker --- backend/auth.py | 1 + 1 file changed, 1 insertion(+) 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