improvement(frontend): update login and sign up flow ui to v3 components#5680
improvement(frontend): update login and sign up flow ui to v3 components#5680scott-ray-wilson wants to merge 2 commits intomainfrom
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Greptile SummaryThis PR updates the login and sign-up flow pages to use v3 components with a new visual design: a decorative SVG background, a footer with social links, card-based layouts, and a password visibility toggle. The change is largely a UI-only migration with no modifications to API calls, authentication logic, or routing. Key issues found:
Confidence Score: 2/5
Important Files Changed
|
There was a problem hiding this comment.
Funny behavior if I click send invite without putting any email:
Screenshare.-.2026-03-13.6_30_33.PM.mp4
| {shouldDisplayLoginMethod(LoginMethod.LDAP) && ( | ||
| <OrgLoginButton | ||
| label="Continue with LDAP" | ||
| onClick={() => navigate({ to: "/login/ldap" })} | ||
| className="mt-2" | ||
| showLastUsed={isLastUsedMethod(LoginMethod.LDAP)} | ||
| /> | ||
| )} |
| {shouldDisplayLoginMethod(LoginMethod.LDAP) && ( | ||
| <OrgLoginButton | ||
| label="Continue with LDAP" | ||
| onClick={() => navigate({ to: "/login/ldap" })} | ||
| className="mt-2" | ||
| showLastUsed={isLastUsedMethod(LoginMethod.LDAP)} | ||
| /> | ||
| )} |
There was a problem hiding this comment.
Also, when I click LDAP the email field is validated:



Context
This PR updates the login and sign-up flow pages to use v3 components and follow @vmatsiiako's hackathon PR styling #5582
Screenshots
Steps to verify the change
Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).