migrating from u2f-api.js to webauthn [array alert bug fix]

master
FreddleSpl0it 2022-01-13 14:52:50 +01:00 committed by GitHub
parent ab0f8fa8b0
commit c39a20502a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }