Skip to content

Commit ddff008

Browse files
committed
fix(email): increase onboarding followup delay from 3 to 5 days
1 parent e02e536 commit ddff008

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
@@ -227,7 +227,7 @@ export const auth = betterAuth({
227227
await scheduleLifecycleEmail({
228228
userId: user.id,
229229
type: 'onboarding-followup',
230-
delayDays: 3,
230+
delayDays: 5,
231231
})
232232
} catch (error) {
233233
logger.error(

0 commit comments

Comments
 (0)