Skip to content

Commit c5b0484

Browse files
committed
chore(ui): Remove async keyword
1 parent 0761565 commit c5b0484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/SignIn/SignInFactorOnePasswordCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const SignInFactorOnePasswordCard = (props: SignInFactorOnePasswordProps)
7878
case 'complete':
7979
return setActive({
8080
session: res.createdSessionId,
81-
navigate: async ({ session }) => {
81+
navigate: ({ session }) => {
8282
return navigateOnSetActive({ session, redirectUrl: afterSignInUrl });
8383
},
8484
});

0 commit comments

Comments
 (0)