From 42ad869d3669f02b2883ae6effc763e15690ca8a Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 3 Aug 2026 15:35:55 +0200 Subject: [PATCH] update login endpoint --- backend/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/auth.py b/backend/auth.py index 0cb26ac..726771f 100644 --- a/backend/auth.py +++ b/backend/auth.py @@ -35,4 +35,5 @@ def verify_user(username, password): ): return user["id"] + return None \ No newline at end of file