You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard b08d65c53c fix: use fresh Turnstile token for resend on Login and Register pages
Turnstile tokens are single-use. The resend flow was reusing the consumed
token from the initial submission, causing "timeout-or-duplicate" errors.

- Add Turnstile widget to the resend view so a fresh token is obtained
- Add resetSignal prop to Turnstile component to re-solve after each resend
- Clear token after each successful API call to prevent stale reuse
- Guard handleResend against null token
- Add test for resetSignal behavior

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 months ago
..
public Finished phase 1 6 months ago
src fix: use fresh Turnstile token for resend on Login and Register pages 5 months ago
index.html Finished phase 1 6 months ago
package-lock.json Finished phase 1 6 months ago
package.json Finished phase 1 6 months ago
tsconfig.json Finished phase 1 6 months ago
vite.config.ts Finished phase 1 6 months ago