From 2e1eb9e9b7ee839485f635b1cc4bf3bec3a294bf Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:36:55 -0300 Subject: [PATCH] fix: set nodeIntegrationInSubFrames true on auth window --- src/main/services/window-manager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/services/window-manager.ts b/src/main/services/window-manager.ts index 9f4d821e..201b13ad 100644 --- a/src/main/services/window-manager.ts +++ b/src/main/services/window-manager.ts @@ -95,6 +95,7 @@ export class WindowManager { minimizable: false, webPreferences: { sandbox: false, + nodeIntegrationInSubFrames: true, }, });