fix: fixing auth url

This commit is contained in:
Chubby Granny Chaser 2024-06-20 13:24:33 +01:00
parent 8a9892bdbe
commit b1b48e2ec0
No known key found for this signature in database

View File

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