mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
- Add isValidEmail function with proper regex validation (rejects weak emails like a@b) - Add loading state with isSubmitting to prevent double-submission - Disable submit button and show 'Submitting...' text during submission - Add i18n translations for ENTERPRISE$FORM_SUBMITTING - Add comprehensive tests for email validation and loading state Co-authored-by: openhands <openhands@all-hands.dev>