Bug fix for showing irrelevant buttons on the password management page
This commit is contained in:
@@ -20,6 +20,7 @@ export default class ChangePassword extends Component {
|
||||
showBackUpReminder(() => {
|
||||
this.setState({ enteringCurrentPassword: true })
|
||||
})
|
||||
this.props.onStartChangingPassword()
|
||||
}
|
||||
|
||||
startEnteringNewPassword = () => {
|
||||
|
||||
Reference in New Issue
Block a user