chore: changing auth url

This commit is contained in:
Chubby Granny Chaser 2024-09-15 03:39:13 +01:00
parent 3d132de860
commit b4f99418e9
No known key found for this signature in database
3 changed files with 52 additions and 52 deletions

View file

@ -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", () => {