added wireguard key revocation

This commit is contained in:
vladimir.kuznetsov 2023-01-16 20:24:37 +03:00
parent 3f99c52349
commit 3a210c5bab
2 changed files with 52 additions and 1 deletions

View file

@ -92,6 +92,7 @@ PageClientInfoBase {
text: qsTr("Revoke Key")
onClicked: {
ClientInfoLogic.onRevokeWireGuardKeyClicked()
UiLogic.closePage()
}
}
}