mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 15:15:57 +08:00
chore: api is updated (#1053)
This commit is contained in:
parent
4c8b7af0eb
commit
22454abc4a
@ -66,6 +66,8 @@ const interceptorRejected = async (
|
|||||||
if (reResponse.status === 200) {
|
if (reResponse.status === 200) {
|
||||||
return await Promise.resolve(reResponse);
|
return await Promise.resolve(reResponse);
|
||||||
}
|
}
|
||||||
|
Logout();
|
||||||
|
|
||||||
return await Promise.reject(reResponse);
|
return await Promise.reject(reResponse);
|
||||||
}
|
}
|
||||||
Logout();
|
Logout();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user