fix: fix login to show the confirm modal at the right time
This commit is contained in:
parent
e378d94ca8
commit
90011710ec
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue