feat: refactor open auth

This commit is contained in:
Zamitto 2025-01-15 23:56:37 -03:00
parent 9941460c60
commit 44fd971c95
13 changed files with 47 additions and 57 deletions

View file

@ -42,3 +42,9 @@ export enum Cracker {
rle = "RLE",
razor1911 = "RAZOR1911",
}
export enum AuthPage {
SignIn = "",
UpdateEmail = "update-email",
UpdatePassword = "update-password",
}