Skip to content

Commit 2c2fe90

Browse files
authored
Update web_src/js/features/user-auth-webauthn.ts
1 parent 446e287 commit 2c2fe90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/user-auth-webauthn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function login2FA() {
114114
}
115115
}
116116

117-
async function verifyAssertion(assertedCredential: any) { // TODO: asserted Credential type does not work
117+
async function verifyAssertion(assertedCredential: any) { // TODO: Credential type does not work
118118
// Move data into Arrays in case it is super long
119119
const authData = new Uint8Array(assertedCredential.response.authenticatorData);
120120
const clientDataJSON = new Uint8Array(assertedCredential.response.clientDataJSON);

0 commit comments

Comments
 (0)