-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Build user registration page with form validation and role selection.
Tasks:
- Create
/app/auth/signup/page.tsx - Build signup form with react-hook-form
- Add fields: email, password, confirm password, role
- Implement client-side validation (email format, password strength)
- Add password strength indicator
- Show validation errors inline
- Add "Already have account?" link to login
- Integrate with
/auth/registerAPI endpoint - Handle loading and error states
- Redirect to verification page on success
Acceptance Criteria:
- Form validates inputs before submission
- Shows clear error messages
- Disables submit during API call
- Redirects to email verification on success
- Accessible with keyboard navigation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program