mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: fixing auth url
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user