update login endpoint

This commit is contained in:
ben
2026-08-03 15:35:55 +02:00
parent fa85ae5fcf
commit 42ad869d36
+1
View File
@@ -35,4 +35,5 @@ def verify_user(username, password):
):
return user["id"]
return None