Fix login issue

This commit is contained in:
Urtzi Alfaro
2025-07-20 21:29:58 +02:00
parent a6c3647180
commit daab1b77e1
4 changed files with 6 additions and 42 deletions

View File

@@ -48,7 +48,6 @@ class JWTHandler:
to_encode = {
"sub": user_data["user_id"],
"user_id": user_data["user_id"],
"email": user_data["email"],
"type": "refresh"
}