mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
fix: fixing auth url
This commit is contained in:
parent
8a9892bdbe
commit
b1b48e2ec0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user