We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde795d commit cc7b2abCopy full SHA for cc7b2ab
src/apps/accounts/src/settings/tabs/account/user-and-pass/UserAndPassword.tsx
@@ -123,6 +123,7 @@ const UserAndPassword: FC<UserAndPasswordProps> = (props: UserAndPasswordProps)
123
action='submit'
124
formDef={UserAndPassFromConfig}
125
formValues={formValues}
126
+ resetFormAfterSave
127
requestGenerator={requestGenerator}
128
save={onSave}
129
shouldDisableButton={shouldDisableChangePasswordButton}
0 commit comments