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();