Change backup warning for delete

This commit is contained in:
Julia Friesel
2018-09-18 08:08:48 +02:00
parent 9cc9cb6d3e
commit dc5d3c3928
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export default class DeletePassword extends Component {
if (!this.state.enteringCurrentPassword) {
showBackUpReminder(() => {
this.setState({ enteringCurrentPassword: true })
})
}, true)
} else {
requestHash('pre-delete-pw-check', this.state.currentPassword)
}