[WEB-1404] chore: auth ui / ux fixes (#4552)

* chore: update deactivated account alert message to show support email if available in env.

* chore: clear error_info on email check.

* chore: fix log-in / sign-up forms alignment and minor ux copy fix.

* fix: auth redirection to `/sign-in` issue.

* chore: update `back to sign in` url in forgot password screen.
This commit is contained in:
Prateek Shourya 2024-05-22 17:31:56 +05:30 committed by GitHub
parent ca73a11868
commit 63a6be2143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 31 additions and 15 deletions

View file

@ -41,6 +41,16 @@ const nextConfig = {
source: "/sign-in",
destination: "/",
permanent: true
},
{
source: "/register",
destination: "/sign-up",
permanent: true
},
{
source: "/login",
destination: "/",
permanent: true
}
]
},