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
@@ -14,6 +14,7 @@ export default class DeletePassword extends Component {
startConfirmWithPassword = () => {
this.setState({ enteringCurrentPassword: true })
this.props.onStartDeletingPassword()
}
startDeletePassword = async () => {