Skip to content

Commit

Permalink
Fix/verify otp (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfrancisco authored Jan 15, 2025
1 parent db35aaf commit 9fdae47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/engine/src/app/auth/_actions/verify-otp.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export const verifyOtpAction = publicAction
});

await scheduleOnboardingEmails(result.data.id);

return {
ok: true,
};
}

return {
ok: true,
};
});

0 comments on commit 9fdae47

Please sign in to comment.