Closed kennyg37 closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
atlp-devpulse-fn | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 4, 2024 4:28pm |
Ignore .lock file
Code Climate has analyzed commit d7006f21 and detected 0 issues on this pull request.
View more on Code Climate.
Description
In this pr we fixed various issues with authentication throughout the application mostly on signup and login. Fixes #204
Fix breakdown
Added the navigation bar to signup page
Configured light mode to the signup page
redesigned the signup page with reference to figma
Fixed the account verification functionality
Fixed token verification functionality
How to test
navigate to the branch
git checkout fix-all-auth
run the applicationnpm run dev
Navigate to the deployed application and sign up or log inImages
Navigation bar and redesign
Light mode
Verification is not sending the user to an empty page anymore