Reg con username

This commit is contained in:
paolo
2018-10-15 21:04:28 +02:00
parent a6eb2d2aaa
commit d261ed8ea8
4 changed files with 93 additions and 26 deletions

View File

@@ -20,7 +20,8 @@ const messages = {
notmore: 'non dev\'essere lungo più di',
char: 'caratteri',
terms: 'Devi accettare le condizioni, per continuare.',
duplicate_email: 'l\'Email è già stata registrata'
duplicate_email: 'l\'Email è già stata registrata',
duplicate_username: 'L\'Username è stato già utilizzato'
}
},
},
@@ -46,6 +47,7 @@ const messages = {
char: 'characters long',
terms: 'You need to agree with the terms & conditions.',
duplicate_email: 'Email was already registered',
duplicate_username: 'Username is already taken'
}
},
},