mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Fixed bug with password form
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user