Skip to content

Commit c78a929

Browse files
Merge branch 'feat/webauthn/base' of github.com-supertokens:supertokens/supertokens-auth-react into feat/webauthn/base
2 parents 9bf76c6 + 0cd574d commit c78a929

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)