feat: refresh token infromation
This commit is contained in:
parent
ef313b88e4
commit
3f87c5dd10
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue