Skip to content

Commit f777e32

Browse files
committed
feat(global): new codes
1 parent 38068f0 commit f777e32

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/resources/passwordForgotten/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ const i18n: II18n = { fr, en };
88

99
export default {
1010
client: {
11+
formInvalidEmail: {
12+
status: EHttpCode.BAD_REQUEST,
13+
},
1114
accountNotFound: {
1215
status: EHttpCode.BAD_REQUEST,
1316
},

src/resources/passwordForgotten/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"client": {
3+
"formInvalidEmail": "Invalid email",
34
"accountNotFound": "Account not found"
45
},
56
"internal": {},

src/resources/passwordForgotten/locales/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"client": {
3+
"formInvalidEmail": "Email invalide",
34
"accountNotFound": "Aucun compte trouvé"
45
},
56
"internal": {},

0 commit comments

Comments
 (0)