fix: fix login to show the confirm modal at the right time

This commit is contained in:
Jonathan Rainville 2020-07-01 11:26:19 -04:00 committed by Iuri Matias
parent e378d94ca8
commit 90011710ec
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ Item {
}
onOpenModalClick: function () {
setCurrentFlow(true);
confirmAddExstingKeyModal.open()
onExistingKeyClicked()()
}
}
@ -114,7 +114,7 @@ Item {
if (loginModel.rowCount() > 1) {
selectAnotherAccountModal.open()
} else {
onExistingKeyClicked()
confirmAddExstingKeyModal.open()
}
}
}