mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'master' into 'master'
Add date of birth which is sent by the official client in registration See merge request litecord/litecord!78
This commit is contained in:
commit
111d747c38
|
|
@ -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