add consent boolean to schema

This commit is contained in:
miloschwartz
2026-03-04 15:50:42 -08:00
parent c87b6872e5
commit 0ab6ff9148
3 changed files with 5 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ export async function signup(
dateCreated: moment().toISOString(),
termsAcceptedTimestamp: termsAcceptedTimestamp || null,
termsVersion: "1",
marketingEmailConsent: marketingEmailConsent ?? false,
lastPasswordChange: new Date().getTime()
});