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

@@ -86,7 +86,6 @@ export default function ResetPasswordForm() {
: ''
}
/>
<TextField
label={formatMessage(
'acceptInvitationForm.confirmPasswordFieldLabel',
@@ -111,7 +110,7 @@ export default function ResetPasswordForm() {
{acceptInvitation.isError && (
<Alert
data-test='accept-invitation-form-error'
data-test="accept-invitation-form-error"
severity="error"
sx={{ mt: 1, fontWeight: 500 }}
>