适配管理员登录后事件(fido登录验证跳转)

This commit is contained in:
Chenx221 2024-03-21 14:00:38 +08:00
parent a7b28b8afd
commit 18515be0b2
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -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 {