File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ const i18n: II18n = { fr, en };
8
8
9
9
const signUp : IErrorRes = {
10
10
client : {
11
+ formInvalidEmail : {
12
+ status : EHttpCode . BAD_REQUEST ,
13
+ } ,
14
+ formInvalidPassword : {
15
+ status : EHttpCode . BAD_REQUEST ,
16
+ } ,
11
17
formEmailAlreadyExists : {
12
18
status : EHttpCode . BAD_REQUEST ,
13
19
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"client" : {
3
+ "formInvalidEmail" : " Invalid email" ,
4
+ "formInvalidPassword" : " Invalid password" ,
3
5
"formEmailAlreadyExists" : " Email already exist"
4
6
},
5
7
"internal" : {},
Original file line number Diff line number Diff line change 1
1
{
2
2
"client" : {
3
+ "formInvalidEmail" : " Email invalide" ,
4
+ "formInvalidPassword" : " Mot de passe invalide" ,
3
5
"formEmailAlreadyExists" : " Un compte existe déjà avec cet email"
4
6
},
5
7
"internal" : {},
You can’t perform that action at this time.
0 commit comments