Skip to content

Commit 879a0ad

Browse files
fix: return response always from verify otp
1 parent 691ba66 commit 879a0ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/engine/src/app/auth/_actions/verify-otp.action.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ export const verifyOtpAction = publicAction
6767
});
6868

6969
await scheduleOnboardingEmails(result.data.id);
70-
71-
return {
72-
ok: true,
73-
};
7470
}
71+
72+
return {
73+
ok: true,
74+
};
7575
});

0 commit comments

Comments
 (0)