mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-14 19:59:48 +00:00
Instead of provider-specific markup and script tags in the head, the captcha.form() template macro now emits a placeholder element carrying the CAPTCHA configuration in data attributes, on which a new entrypoint mounts the React Captcha component. The widget still injects its hidden response field inside the form, so the server-side verification flow is unchanged. This is the first use of inline React components to progressively enhance server-rendered pages.