fix: set nodeIntegrationInSubFrames true on auth window

This commit is contained in:
Zamitto 2024-06-24 23:36:55 -03:00
parent fe33045b9e
commit 2e1eb9e9b7

View File

@ -95,6 +95,7 @@ export class WindowManager {
minimizable: false,
webPreferences: {
sandbox: false,
nodeIntegrationInSubFrames: true,
},
});