1
0

updates for kivy wizard

This commit is contained in:
ThomasV
2017-03-08 17:49:21 +01:00
parent 5b38ce20ea
commit 2ae15c00e6
2 changed files with 3 additions and 2 deletions

View File

@@ -811,7 +811,7 @@ class InstallWizard(BaseWizard, Widget):
def confirm_password(self, pin, run_next):
def callback(conf):
if conf == pin:
run_next(pin)
run_next(pin, False)
else:
self.show_error(_('PIN mismatch'))
self.run('request_password', run_next)