diff --git a/apps/frontend/src/public/promo-frame.html b/apps/frontend/src/public/promo-frame.html index 6cbfed294..740752386 100644 --- a/apps/frontend/src/public/promo-frame.html +++ b/apps/frontend/src/public/promo-frame.html @@ -140,11 +140,7 @@ function syncAgreeState() { const primaryButton = document.querySelector('[mode="primary"]'); - if ( - primaryButton && - primaryButton.textContent && - primaryButton.textContent.includes("AGREE") - ) { + if (primaryButton) { primaryButton.click(); } else { setTimeout(syncAgreeState, 100);