mirror of https://gitlab.com/litecord/litecord.git
Add date of birth which is sent by the official client in registration
This commit is contained in:
parent
d953b86cdf
commit
02a2c5291f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue