Add date of birth which is sent by the official client in registration

This commit is contained in:
Evie Viau 2021-09-02 18:46:18 -04:00
parent d953b86cdf
commit 02a2c5291f
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ REGISTER = {
"captcha_key": {"type": "string", "required": False, "nullable": True},
"gift_code_sku_id": {"type": "string", "required": False, "nullable": True},
"consent": {"type": "boolean", "required": False},
"date_of_birth": {"type": "string", "required": False, "nullable": True},
}
# only used by us, not discord, hence 'invcode' (to separate from discord)