migrating from u2f-api.js to webauthn [array alert bug fix]
This commit is contained in:
@@ -392,7 +392,7 @@ function recursiveBase64StrToArrayBuffer(obj) {
|
|||||||
|
|
||||||
if (json.success) {
|
if (json.success) {
|
||||||
console.log("success");
|
console.log("success");
|
||||||
window.location.reload();
|
window.location.href = window.location.href;
|
||||||
} else {
|
} else {
|
||||||
throw new Error(json.msg);
|
throw new Error(json.msg);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user