From 2a5e2fe5a395f019e430993d14d3fd9e2de5340d Mon Sep 17 00:00:00 2001 From: Melissa 't Hart Date: Thu, 4 Apr 2024 18:00:06 +0200 Subject: [PATCH] fix(project): retain password input during sign up --- .../ui-react/src/containers/AccountModal/forms/Registration.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui-react/src/containers/AccountModal/forms/Registration.tsx b/packages/ui-react/src/containers/AccountModal/forms/Registration.tsx index ba403fbae..42e34dc77 100644 --- a/packages/ui-react/src/containers/AccountModal/forms/Registration.tsx +++ b/packages/ui-react/src/containers/AccountModal/forms/Registration.tsx @@ -79,7 +79,6 @@ const Registration = () => { announce(t('registration.success'), 'success'); navigate(modalURLFromLocation(location, 'personal-details')); }, - onSubmitError: ({ resetValue }) => resetValue('password'), }); return (