适配管理员登录后事件(fido登录验证跳转)
This commit is contained in:
parent
a7b28b8afd
commit
18515be0b2
@ -35,7 +35,7 @@ elemBegin_v.addEventListener('click', async () => {
|
||||
elemSuccess.innerHTML = '登录成功!1s后跳转到首页';
|
||||
elemSuccess.parentElement.hidden = false;
|
||||
setTimeout(() => {
|
||||
window.location.href = 'index.php';
|
||||
window.location.href = verificationJSON.redirectTo;
|
||||
}, 1000);
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user