fix: remove revoke from remove subscription flow (#2226)

* fix(revoke): now revoke calls only for unlink device action

* fix: removed revoke call when removing a subscription from the app
This commit is contained in:
Mitternacht822
2026-02-19 16:23:13 +04:00
committed by GitHub
parent cd1e561fd4
commit 2bce595ade

View File

@@ -396,9 +396,7 @@ PageType {
PageController.showNotificationMessage(qsTr("Cannot remove server during active connection"))
} else {
PageController.showBusyIndicator(true)
if (ApiConfigsController.deactivateDevice(true)) {
InstallController.removeProcessedServer()
}
InstallController.removeProcessedServer()
PageController.showBusyIndicator(false)
}
}