Skip to content

Commit 6fcb5ff

Browse files
committed
fix(email): align onboarding followup delay to 5 days for email/password users
1 parent 034b0f9 commit 6fcb5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/auth/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ export const auth = betterAuth({
616616
await scheduleLifecycleEmail({
617617
userId: user.id,
618618
type: 'onboarding-followup',
619-
delayDays: 3,
619+
delayDays: 5,
620620
})
621621
} catch (error) {
622622
logger.error(

0 commit comments

Comments
 (0)