openreplay/frontend/app/components/ForgotPassword
Shekar Siri 5b9080704e feat(auth): implement withCaptcha HOC for consistent reCAPTCHA
This commit refactors the reCAPTCHA implementation across the application
by introducing a Higher Order Component (withCaptcha) that encapsulates
captcha verification logic. The changes:

- Create a reusable withCaptcha HOC in withRecaptcha.tsx
- Refactor Login, ResetPasswordRequest, and CreatePassword components
- Extract SSOLogin into a separate component
- Improve error handling and user feedback
- Standardize loading and verification states across forms
- Make captcha implementation more maintainable and consistent
2025-03-19 11:33:46 +01:00
..
CreatePassword.tsx feat(auth): implement withCaptcha HOC for consistent reCAPTCHA 2025-03-19 11:33:46 +01:00
forgotPassword.module.css Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
ForgotPassword.tsx Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
ReCaptcha.js Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
ResetPasswordRequest.tsx feat(auth): implement withCaptcha HOC for consistent reCAPTCHA 2025-03-19 11:33:46 +01:00