refine: GetUserInfo error message
This commit is contained in:
@@ -33,7 +33,7 @@ router.beforeEach((to, from, next) => {
|
||||
})
|
||||
}).catch((err) => {
|
||||
store.dispatch('FedLogOut').then(() => {
|
||||
Message.error(err || 'Verification failed, please login again')
|
||||
Message.error(err)
|
||||
next({ path: '/' })
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user