Updated the user interface for the email verification component, refining the visual organization and style through updates to `verify_mail.tsx` and `VerifyMail.css`. Also, improved the functionality by enforcing a condition that validation code input must be numeric and not more than six characters long. Additionally, added more files to .gitignore to ignore debug files. |
||
|---|---|---|
| .. | ||
| components | ||
| App.css | ||
| App.test.tsx | ||
| App.tsx | ||
| index.css | ||
| index.tsx | ||
| react-app-env.d.ts | ||
| reportWebVitals.ts | ||
| setupTests.ts | ||