feat: release passwordless hierarchical APT v1.2.5
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ contextBridge.exposeInMainWorld('electronAPI', Object.freeze({
|
||||
getDeviceGroups: () => ipcRenderer.invoke('get-device-groups'),
|
||||
getDeviceHierarchy: () => ipcRenderer.invoke('get-device-hierarchy'),
|
||||
getAuthInfo: () => ipcRenderer.invoke('get-auth-info'),
|
||||
launchProxy: (deviceId, username) => ipcRenderer.invoke('launch-proxy', deviceId, username),
|
||||
launchProxy: (deviceId) => ipcRenderer.invoke('launch-proxy', deviceId),
|
||||
stopProxy: (key) => ipcRenderer.invoke('stop-proxy', key),
|
||||
disconnect: () => ipcRenderer.invoke('disconnect'),
|
||||
getConnectionState: () => ipcRenderer.invoke('get-connection-state'),
|
||||
|
||||
Reference in New Issue
Block a user