Skip to content

Commit cc7b2ab

Browse files
committed
Fixes form reset on password change
1 parent fde795d commit cc7b2ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/accounts/src/settings/tabs/account/user-and-pass/UserAndPassword.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ const UserAndPassword: FC<UserAndPasswordProps> = (props: UserAndPasswordProps)
123123
action='submit'
124124
formDef={UserAndPassFromConfig}
125125
formValues={formValues}
126+
resetFormAfterSave
126127
requestGenerator={requestGenerator}
127128
save={onSave}
128129
shouldDisableButton={shouldDisableChangePasswordButton}

0 commit comments

Comments
 (0)