Update email verification UI and functionality

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.
This commit is contained in:
2024-01-14 09:52:21 +01:00
parent 49a71097bc
commit d02df0e418
3 changed files with 52 additions and 15 deletions
+3
View File
@@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/DEBUG
**/DEBUG*