Skip to content

Commit da1f7f5

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

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
@@ -148,7 +148,7 @@ async function verifyAssertion(assertedCredential: any) { // TODO: Credential ty
148148
window.location.href = reply?.redirect ?? `${appSubUrl}/`;
149149
}
150150

151-
async function webauthnRegistered(newCredential: any) { // TODO: asserted Credential type does not work
151+
async function webauthnRegistered(newCredential: any) { // TODO: Credential type does not work
152152
const attestationObject = new Uint8Array(newCredential.response.attestationObject);
153153
const clientDataJSON = new Uint8Array(newCredential.response.clientDataJSON);
154154
const rawId = new Uint8Array(newCredential.rawId);

0 commit comments

Comments
 (0)