feat: Implement registration with email

This commit is contained in:
Christian Pauly 2021-05-13 12:18:50 +02:00
commit b834baa6dc
5 changed files with 176 additions and 49 deletions

View file

@ -1357,6 +1357,16 @@
"fileName": {}
}
},
"invalidEmail": "Invalid email",
"@invalidEmail": {
"type": "text",
"placeholders": {}
},
"optionalAddEmail": "(Optional) Your email address",
"@optionalAddEmail": {
"type": "text",
"placeholders": {}
},
"pleaseChooseAUsername": "Please choose a username",
"@pleaseChooseAUsername": {
"type": "text",