feat: adding auth window

This commit is contained in:
Chubby Granny Chaser
2024-06-20 13:22:12 +01:00
parent 884ba47b9b
commit 71d79a4a15
9 changed files with 51 additions and 10 deletions

View File

@@ -115,6 +115,7 @@ declare global {
/* Auth */
signOut: () => Promise<void>;
openAuthWindow: () => Promise<void>;
onSignIn: (cb: () => void) => () => Electron.IpcRenderer;
onSignOut: (cb: () => void) => () => Electron.IpcRenderer;