优化了双因素认证的流程和页面
This commit is contained in:
@ -25,6 +25,7 @@ const handleError = (error) => {
|
||||
const handleResult = (result) => {
|
||||
if (result['code'] === 403) {
|
||||
window.location.href = '#/login';
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user