Delete password button bug fix

This commit is contained in:
mashazyu
2019-04-15 14:05:51 +02:00
parent 772a277315
commit a291c78379
5 changed files with 29 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default class CreatePassword extends Component {
}
startSettingPassword = () => {
showBackUpReminder(this.toggleSettingPassword)
showBackUpReminder(this.toggleSettingPassword, () => {})
}
render () {