feat: Implement registration with email
This commit is contained in:
parent
dddd44a560
commit
b834baa6dc
5 changed files with 176 additions and 49 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue