feat: action-scoped captcha tokens for share access and org settings

Captcha on shared dashboard and organization settings now passes
action-specific identifiers. Bumps @ciphera-net/ui to 0.2.1.
This commit is contained in:
Usman Baig
2026-03-11 11:30:21 +01:00
parent 3d12f35331
commit 37eb49eb37
5 changed files with 8 additions and 5 deletions

View File

@@ -733,6 +733,7 @@ export default function OrganizationSettings() {
setCaptchaToken(token || '')
}}
apiUrl={process.env.NEXT_PUBLIC_CAPTCHA_API_URL}
action="org-settings"
/>
</div>
</div>