mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: code suggestion
This commit is contained in:
parent
923f7d7e80
commit
81cb73c243
2 changed files with 4 additions and 4 deletions
|
@ -166,7 +166,7 @@ export class WindowManager {
|
||||||
if (!app.isPackaged) authWindow.webContents.openDevTools();
|
if (!app.isPackaged) authWindow.webContents.openDevTools();
|
||||||
|
|
||||||
authWindow.loadURL(
|
authWindow.loadURL(
|
||||||
`${import.meta.env.MAIN_VITE_AUTH_URL}/${page}?${searchParams.toString()}`
|
`${import.meta.env.MAIN_VITE_AUTH_URL}${page}?${searchParams.toString()}`
|
||||||
);
|
);
|
||||||
|
|
||||||
authWindow.once("ready-to-show", () => {
|
authWindow.once("ready-to-show", () => {
|
||||||
|
|
|
@ -44,7 +44,7 @@ export enum Cracker {
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum AuthPage {
|
export enum AuthPage {
|
||||||
SignIn = "",
|
SignIn = "/",
|
||||||
UpdateEmail = "update-email",
|
UpdateEmail = "/update-email",
|
||||||
UpdatePassword = "update-password",
|
UpdatePassword = "/update-password",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue