mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: changing auth url
This commit is contained in:
parent
3d132de860
commit
b4f99418e9
3 changed files with 52 additions and 52 deletions
|
@ -106,7 +106,7 @@ export class WindowManager {
|
|||
});
|
||||
|
||||
authWindow.loadURL(
|
||||
`https://auth.hydra.losbroxas.org/?${searchParams.toString()}`
|
||||
`https://auth.hydralauncher.gg/?${searchParams.toString()}`
|
||||
);
|
||||
|
||||
authWindow.once("ready-to-show", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue