Fixed bug with password form

This commit is contained in:
Wyatt Johnson
2018-05-07 17:47:02 -06:00
parent 926364ad72
commit 10a99aab88
4 changed files with 18 additions and 5 deletions
@@ -127,12 +127,11 @@ class ChangePassword extends React.Component {
'success',
t('talk-plugin-local-auth.change_password.changed_password_msg')
);
this.clearForm();
this.disableEditing();
} catch (err) {
this.props.notify('error', getErrorMessages(err));
}
this.clearForm();
this.disableEditing();
};
onForgotPassword = async () => {