aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/pages/RegisterPage.test.tsx
AgeCommit message (Collapse)Author
2025-12-07feat(client): remove registration pagensfisis
2025-12-06feat(client): implement Register page with form validationnsfisis
Add functional registration form with: - Username and password fields with confirm password - Client-side validation (password match, minimum length) - Error display for API failures - Redirect to home when already authenticated - Loading state during submission 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>