diff --git a/src/ipc.ts b/src/ipc.ts index 9bbeb4e9..c2f6371d 100644 --- a/src/ipc.ts +++ b/src/ipc.ts @@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details. import { app, autoUpdater, desktopCapturer, ipcMain, powerSaveBlocker, TouchBar, nativeImage } from "electron"; import { relaunchApp } from "@standardnotes/electron-clear-data"; -import keytar from "keytar"; +import keytar from "keytar-forked"; import IpcMainEvent = Electron.IpcMainEvent; import { recordSSOSession } from "./protocol.js"; diff --git a/src/seshat.ts b/src/seshat.ts index ac467cd6..93f2e0b1 100644 --- a/src/seshat.ts +++ b/src/seshat.ts @@ -8,7 +8,7 @@ Please see LICENSE files in the repository root for full details. import { app, ipcMain } from "electron"; import { promises as afs } from "node:fs"; import path from "node:path"; -import keytar from "keytar"; +import keytar from "keytar-forked"; import type { Seshat as SeshatType,