mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 18:00:57 +00:00
[Update] 基本完成登录二次审核
This commit is contained in:
@@ -307,7 +307,7 @@ function requestApi(props) {
|
||||
toastr.error(msg);
|
||||
}
|
||||
if (typeof props.error === 'function') {
|
||||
return props.error(jqXHR.responseText, jqXHR.status);
|
||||
return props.error(jqXHR.responseText, jqXHR.responseJSON, jqXHR.status);
|
||||
}
|
||||
});
|
||||
// return true;
|
||||
|
Reference in New Issue
Block a user