mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-02-09 13:46:58 +02:00
migrating from u2f-api.js to webauthn [array alert bug fix]
This commit is contained in:
parent
ab0f8fa8b0
commit
c39a20502a
@ -392,7 +392,7 @@ function recursiveBase64StrToArrayBuffer(obj) {
|
||||
|
||||
if (json.success) {
|
||||
console.log("success");
|
||||
window.location.reload();
|
||||
window.location.href = window.location.href;
|
||||
} else {
|
||||
throw new Error(json.msg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user