We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446e287 commit 2c2fe90Copy full SHA for 2c2fe90
web_src/js/features/user-auth-webauthn.ts
@@ -114,7 +114,7 @@ async function login2FA() {
114
}
115
116
117
-async function verifyAssertion(assertedCredential: any) { // TODO: asserted Credential type does not work
+async function verifyAssertion(assertedCredential: any) { // TODO: Credential type does not work
118
// Move data into Arrays in case it is super long
119
const authData = new Uint8Array(assertedCredential.response.authenticatorData);
120
const clientDataJSON = new Uint8Array(assertedCredential.response.clientDataJSON);
0 commit comments