You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix chat captcha after rebase: restore HCAPTCHA_SITE_KEY global and captcha container
- _Layout.cshtml: emit window.HCAPTCHA_SITE_KEY from HCaptcha:SiteKey config
- ChatWidget.vue: destructure captchaContainerEl ref, add hidden container div
- chat-module.js: use whenHcaptchaReady() from hcaptcha-form.js for robustness
(waits for hcaptcha.js to load before rendering the invisible widget)
0 commit comments