@descope/web-components-ui 3.18.5 → 3.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31841,8 +31841,9 @@ class RawRecaptcha extends BaseClass$1 {
31841
31841
  #toggleRecaptcha(enabled) {
31842
31842
  this.renderRecaptcha(enabled);
31843
31843
  if (this.isWidget) {
31844
- // For the v2 checkbox flow, scripts are loaded/executed by the runtime (grecaptcha-v2).
31845
- // This legacy v3/invisible path must be fully skipped.
31844
+ // For the interactive widget, scripts are loaded/executed by the runtime (grecaptcha-v2 for the
31845
+ // v2 checkbox, grecaptcha for an Enterprise key). This legacy v3/invisible path must be fully
31846
+ // skipped — the runtime renders into #recaptcha-widget and fills #recaptcha-widget-input.
31846
31847
  return;
31847
31848
  }
31848
31849
  if (enabled) {