feat: release passwordless hierarchical APT v1.2.5
This commit is contained in:
@@ -81,7 +81,7 @@ function registerIpcHandlers() {
|
||||
registerIpc('get-device-groups', () => runtime.getDeviceGroups());
|
||||
registerIpc('get-device-hierarchy', () => runtime.getDeviceHierarchy());
|
||||
registerIpc('get-auth-info', () => runtime.getAuthInfo());
|
||||
registerIpc('launch-proxy', (deviceId, username) => runtime.launchProxy(deviceId, username));
|
||||
registerIpc('launch-proxy', (deviceId) => runtime.launchProxy(deviceId));
|
||||
registerIpc('stop-proxy', async (key) => {
|
||||
const result = await runtime.stopProxy(key);
|
||||
sendConnectionState();
|
||||
|
||||
Reference in New Issue
Block a user