eigent icon indicating copy to clipboard operation
eigent copied to clipboard

[Feature Request] Add Email Verification Code Component

Open LuoPengcheng12138 opened this issue 1 month ago • 1 comments

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

LuoPengcheng12138 avatar Dec 10 '25 08:12 LuoPengcheng12138