From 44859db499f080e3a341f3e7fa5e44611fc2f887 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 12 Aug 2022 01:46:42 +0200 Subject: Push local state... --- api/src/routes/auth/register.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'api/src/routes/auth') diff --git a/api/src/routes/auth/register.ts b/api/src/routes/auth/register.ts index 2baef98e..5a3d27e9 100644 --- a/api/src/routes/auth/register.ts +++ b/api/src/routes/auth/register.ts @@ -30,6 +30,7 @@ export interface RegisterSchema { date_of_birth?: Date; // "2000-04-03" gift_code_sku_id?: string; captcha_key?: string; + promotional_email_opt_in?: boolean; } router.post("/", route({ body: "RegisterSchema" }), async (req: Request, res: Response) => { -- cgit 1.5.1