feat: refactor update-current-user mutation with the REST API endpoint

This commit is contained in:
kasia.oczkowska
2024-09-27 11:48:59 +01:00
parent 5769c82fca
commit d3caadf4af
9 changed files with 180 additions and 77 deletions

View File

@@ -102,7 +102,12 @@
"profileSettings.fullName": "Full name",
"profileSettings.email": "Email",
"profileSettings.updateProfile": "Update your profile",
"profileSettings.updatePassword": "Update your password",
"profileSettings.updatedProfile": "Your profile has been updated.",
"profileSettings.updatedPassword": "Your password has been updated.",
"profileSettings.updateProfileError": "Something went wrong while updating your profile.",
"profileSettings.updatePasswordError": "Something went wrong while updating your password.",
"profileSettings.currentPassword": "Current password",
"profileSettings.newPassword": "New password",
"profileSettings.confirmNewPassword": "Confirm new password",
"profileSettings.deleteMyAccount": "Delete my account",