Merge branch 'fix/registerNewClients' into slowcord
This commit is contained in:
		
						commit
						7b59049a89
					
				| @ -1106,6 +1106,9 @@ | ||||
|             }, | ||||
|             "captcha_key": { | ||||
|                 "type": "string" | ||||
|             }, | ||||
|             "promotional_email_opt_in": { | ||||
|                 "type": "boolean" | ||||
|             } | ||||
|         }, | ||||
|         "additionalProperties": false, | ||||
|  | ||||
| @ -31,6 +31,8 @@ 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) => { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Madeline
						Madeline