Skip to content

Commit 0cd574d

Browse files
Update lib/ts/recipe/webauthn/functionOverrides.ts
Co-authored-by: Mihály Lengyel <[email protected]>
1 parent 99a3459 commit 0cd574d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ts/recipe/webauthn/functionOverrides.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const getFunctionOverrides =
5252

5353
if (response.status === "OK") {
5454
onHandleEvent({
55-
action: "AUTHENTICATE_CREDENTIAL",
55+
action: "AUTHENTICATE_CREDENTIAL_OK",
5656
});
5757
}
5858

0 commit comments

Comments
 (0)