eigent
eigent copied to clipboard
[Feature Request] Add Email Verification Code Component
Motivation
The current email registration process in the project's frontend only supports account-password registration, and lacks the implementation of components for sending and verifying email verification codes. We need to:
- Develop a component to trigger sending verification codes to the registered email address;
- Implement a verification code input and validation module (including logic for code expiration, resend limits, and error prompts);
- Integrate the verification process into the existing registration workflow to ensure the code is validated before completing registration.
Solution
No response
Alternatives
No response
Additional context
No response