feat: make email and password updatable

This commit is contained in:
Ali BARIN
2022-03-30 21:18:57 +02:00
committed by Ömer Faruk Aydın
parent b8fb84ef42
commit bb6c464770
8 changed files with 202 additions and 42 deletions

View File

@@ -43,9 +43,11 @@
"flows.title": "Flows",
"executions.title": "Executions",
"profileSettings.title": "My Profile",
"profileSettings.email": "E-mail",
"profileSettings.updateEmail": "Update e-mail",
"profileSettings.email": "Email",
"profileSettings.updateEmail": "Update email",
"profileSettings.newPassword": "New password",
"profileSettings.confirmNewPassword": "Confirm new password",
"profileSettings.updatedEmail": "Your email has been updated.",
"profileSettings.updatedPassword": "Your password has been updated.",
"profileSettings.updatePassword": "Update password"
}