# 21-Feb-2026 — restore recaptcha siteKey visibility for logged-out users [closes #163](https://github.com/nbarrett/ngx-ramblers/issues/163)

## [build 501](https://github.com/nbarrett/ngx-ramblers/actions/runs/22437204477) — [commit 04f52c8](https://github.com/nbarrett/ngx-ramblers/commit/04f52c8e4b38a97df83c36e4da7e7e1a4f58843b)

_____

### restore recaptcha siteKey visibility for logged-out users ([#163](https://github.com/nbarrett/ngx-ramblers/issues/163))

The reCAPTCHA siteKey was incorrectly listed as a sensitive field,
causing it to be redacted from system config responses for non-admin
users. Logged-out visitors received no siteKey, so the contact form
showed "Recaptcha site key not configured" and the Send button was
permanently disabled.
The siteKey is a public key by design — it must be accessible to all
users to render the captcha widget. Only the secretKey requires
protection, which it retains.
Also remove the unused &edit= parameter from the committee contact
markdown link generator; the contact-us route never consumes it.