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