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