fix: refresh token exipreited
This commit is contained in:
@@ -129,7 +129,7 @@ async def refresh(
|
||||
|
||||
except Exception as e:
|
||||
|
||||
await upgrade_old_refresh_token(connection,current_user)
|
||||
await upgrade_old_refresh_token(connection,current_user,refresh_token)
|
||||
|
||||
raise HTTPException(
|
||||
status_code=status.HTTP_401_UNAUTHORIZED,
|
||||
|
Reference in New Issue
Block a user