Fix token issue 2

This commit is contained in:
Urtzi Alfaro
2025-07-18 17:14:30 +02:00
parent e92ccb8e0a
commit 3932eed859
6 changed files with 6 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ async def verify_token(
)
token = auth_header.split(" ")[1]
payload = await AuthService.verify_token(token, db)
payload = await AuthService.verify_token(token)
# Record successful verification
if metrics: