fix: OIDC/local account linking breaking both logins

This commit is contained in:
LukeGus
2025-11-15 02:11:54 -06:00
parent 5ce2cae4ff
commit d425cee6e2
5 changed files with 324 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ contextBridge.exposeInMainWorld("electronAPI", {
isElectron: true,
isDev: process.env.NODE_ENV === "development",
// Settings/preferences storage
getSetting: (key) => ipcRenderer.invoke("get-setting", key),
setSetting: (key, value) => ipcRenderer.invoke("set-setting", key, value),