mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-02 23:41:18 +00:00
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…
x
Reference in New Issue
Block a user