feat: refresh token infromation

This commit is contained in:
Nevo David 2025-07-10 23:14:43 +07:00
parent ef313b88e4
commit 3f87c5dd10
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export abstract class SocialAbstract {
};
if (request.status === 401 || handleError?.type === 'refresh-token') {
console.log('refresh token');
console.log('refresh token', json);
throw new RefreshToken(
identifier,
json,