update resend ids

This commit is contained in:
miloschwartz
2025-10-22 15:14:57 -07:00
parent 6f8b5dd909
commit 1baa987016
3 changed files with 10 additions and 8 deletions

View File

@@ -224,7 +224,7 @@ export async function signup(
res.appendHeader("Set-Cookie", cookie);
if (build == "saas") {
moveEmailToAudience(email, AudienceIds.General);
moveEmailToAudience(email, AudienceIds.SignUps);
}
if (config.getRawConfig().flags?.require_email_verification) {