From b1b48e2ec04364b4f77cb593d13d0d37e859e2ac Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Thu, 20 Jun 2024 13:24:33 +0100 Subject: [PATCH] fix: fixing auth url --- src/main/services/window-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/services/window-manager.ts b/src/main/services/window-manager.ts index eccceccf..3e3eaf1c 100644 --- a/src/main/services/window-manager.ts +++ b/src/main/services/window-manager.ts @@ -100,7 +100,7 @@ export class WindowManager { authWindow.removeMenu(); - authWindow.loadURL("http://localhost:3000"); + authWindow.loadURL("https://auth.hydra.losbroxas.org/"); authWindow.once("ready-to-show", () => { authWindow.show();