feat: code suggestion

This commit is contained in:
Zamitto 2025-01-16 11:22:10 -03:00
parent 923f7d7e80
commit 81cb73c243
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ export enum Cracker {
}
export enum AuthPage {
SignIn = "",
UpdateEmail = "update-email",
UpdatePassword = "update-password",
SignIn = "/",
UpdateEmail = "/update-email",
UpdatePassword = "/update-password",
}