mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-25 20:01:03 +00:00
feat: code suggestion
This commit is contained in:
@@ -44,7 +44,7 @@ export enum Cracker {
|
||||
}
|
||||
|
||||
export enum AuthPage {
|
||||
SignIn = "",
|
||||
UpdateEmail = "update-email",
|
||||
UpdatePassword = "update-password",
|
||||
SignIn = "/",
|
||||
UpdateEmail = "/update-email",
|
||||
UpdatePassword = "/update-password",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user