SignInSso: return to server list on Cancel click

This commit is contained in:
miruka
2020-08-19 09:45:22 -04:00
parent 5ac5dbd1d5
commit e303ee1fc9
2 changed files with 9 additions and 1 deletions

View File

@@ -26,6 +26,15 @@ SignInBase {
})
}
function cancel() {
if (loginFuture) {
page.loginFuture.cancel()
page.loginFuture = null
}
page.exitRequested()
}
applyButton.text: qsTr("Waiting")
applyButton.loading: true