mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: refactor open auth
This commit is contained in:
parent
9941460c60
commit
44fd971c95
13 changed files with 47 additions and 57 deletions
|
@ -42,3 +42,9 @@ export enum Cracker {
|
|||
rle = "RLE",
|
||||
razor1911 = "RAZOR1911",
|
||||
}
|
||||
|
||||
export enum AuthPage {
|
||||
SignIn = "",
|
||||
UpdateEmail = "update-email",
|
||||
UpdatePassword = "update-password",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue