[WEB-1319] chore: New authentication workflow (#4481)

* chore: New authentication workflow

* chore: resolved build erros and updated imports in auth

* chore: code optimisation for query param util

* chore: added client for auth forms
This commit is contained in:
guru_sainath 2024-05-16 17:17:04 +05:30 committed by GitHub
parent 37cc8d7b77
commit bab52a2672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 584 additions and 1019 deletions

View file

@ -9,17 +9,6 @@ export enum EPageTypes {
AUTHENTICATED = "AUTHENTICATED",
}
export enum EAuthModes {
SIGN_IN = "SIGN_IN",
SIGN_UP = "SIGN_UP",
}
export enum EAuthSteps {
EMAIL = "EMAIL",
PASSWORD = "PASSWORD",
UNIQUE_CODE = "UNIQUE_CODE",
}
export enum EErrorAlertType {
BANNER_ALERT = "BANNER_ALERT",
TOAST_ALERT = "TOAST_ALERT",