Bug fix for showing irrelevant buttons on the password management page

This commit is contained in:
mashazyu
2019-01-07 18:55:06 +01:00
committed by Sofiya Tepikin
parent 0a9570449b
commit 7b87424aeb
3 changed files with 38 additions and 8 deletions
+1
View File
@@ -20,6 +20,7 @@ export default class ChangePassword extends Component {
showBackUpReminder(() => {
this.setState({ enteringCurrentPassword: true })
})
this.props.onStartChangingPassword()
}
startEnteringNewPassword = () => {