Skip to content

Commit

Permalink
fix(join-us): remove any
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Jan 24, 2024
1 parent 7d349a2 commit dec4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(account)/join-us/steps/StepOne.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function VerifyEmail() {
return;
}
await setActive({ session: completeSignUp.createdSessionId });
} catch (error: any) {
} catch (error) {
handleClerkErrors(error, form, [
{ code: 'form_param_nil', field: 'code', message: 'Please enter the the code.' },
{
Expand Down

0 comments on commit dec4f20

Please sign in to comment.