Skip to content

Commit 1f95514

Browse files
committed
fix: add missing error on onboarding page
1 parent 32f6ef4 commit 1f95514

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/features/auth/page-onboarding.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export const PageOnboarding = () => {
3131
toast.success(`Welcome ${variables.name}`);
3232
session.refetch();
3333
},
34+
onError: () => {
35+
toast.error('Failed to finish onboarding');
36+
},
3437
})
3538
);
3639

0 commit comments

Comments
 (0)