mirror of
https://github.com/lukin/keywind.git
synced 2025-01-26 09:16:25 +00:00
fix: change error to errorInput in webAuthnRegister.ts
This commit is contained in:
parent
11d6ffa65b
commit
b19f31a109
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ document.addEventListener('alpine:init', () => {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(function (error) {
|
.catch(function (error) {
|
||||||
error.value = error;
|
errorInput.value = error;
|
||||||
registerForm.submit();
|
registerForm.submit();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue