feat: refactor update-current-user mutation with the REST API endpoint
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user