@descope/web-components-ui 3.18.6 → 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.
package/dist/index.esm.js CHANGED
@@ -13694,8 +13694,9 @@ class RawRecaptcha extends BaseClass$a {
13694
13694
  #toggleRecaptcha(enabled) {
13695
13695
  this.renderRecaptcha(enabled);
13696
13696
  if (this.isWidget) {
13697
- // For the v2 checkbox flow, scripts are loaded/executed by the runtime (grecaptcha-v2).
13698
- // This legacy v3/invisible path must be fully skipped.
13697
+ // For the interactive widget, scripts are loaded/executed by the runtime (grecaptcha-v2 for the
13698
+ // v2 checkbox, grecaptcha for an Enterprise key). This legacy v3/invisible path must be fully
13699
+ // skipped — the runtime renders into #recaptcha-widget and fills #recaptcha-widget-input.
13699
13700
  return;
13700
13701
  }
13701
13702
  if (enabled) {