mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing auth url
This commit is contained in:
parent
8a9892bdbe
commit
b1b48e2ec0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue