mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
update text content
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ axios.interceptors.response.use(response => {
|
||||
|| errorCode === 202002 // current token is invalid
|
||||
|| errorCode === 202003 // current token is expired
|
||||
|| errorCode === 202004 // current token type is invalid
|
||||
|| errorCode === 202005 // current token requires two factor authorization
|
||||
|| errorCode === 202006 // current token does not require two factor authorization
|
||||
|| errorCode === 202005 // current token requires two-factor authorization
|
||||
|| errorCode === 202006 // current token does not require two-factor authorization
|
||||
|| errorCode === 202012 // token is empty
|
||||
) {
|
||||
userState.clearTokenAndUserInfo(false);
|
||||
|
||||
Reference in New Issue
Block a user