Added a new feature to allow users to update their passwords.

This commit is contained in:
2023-07-07 18:08:14 +06:00
parent 00a0624eea
commit 39eae7f196
7 changed files with 73 additions and 3 deletions

View File

@@ -44,5 +44,6 @@
"Settings": "Settings",
"Dashboard": "Dashboard",
"Save": "Save",
"Profile saved successfully": "Profile saved successfully"
"Profile saved successfully": "Profile saved successfully",
"The password has been changed": "The password has been changed"
}

View File

@@ -44,5 +44,6 @@
"Settings": "Настройки",
"Dashboard": "Dashboard",
"Save": "Сохранить",
"Profile saved successfully": "Профиль успешно сохранен"
"Profile saved successfully": "Профиль успешно сохранен",
"The password has been changed": "Пароль был изменен"
}