diff --git a/public/assets/common.js b/public/assets/common.js index f38cc84..4a9309a 100644 --- a/public/assets/common.js +++ b/public/assets/common.js @@ -159,7 +159,7 @@ window.IAP = (function () { let pick = null; for (let i = 0; i < 4; i++) { const r = await (await fetch('/api/auth/email/start', { method: 'POST', headers: { 'Content-Type': 'application/json' }, - body: JSON.stringify({ email, fts: FORM_TS, website: (o.honeypot && o.honeypot.value) || '', pick }) })).json(); + body: JSON.stringify({ email, fts: FORM_TS, hp_field_x9: (o.honeypot && o.honeypot.value) || '', pick }) })).json(); if (r.challenge && o.host) { pick = await iconCheck(o.host, r.challenge, r.error); continue; } if (r.error) throw new Error(r.error); return r; diff --git a/public/join.html b/public/join.html index f98a03e..3233636 100644 --- a/public/join.html +++ b/public/join.html @@ -111,7 +111,7 @@
Type your email and we send a 6-digit code. No password, no wallet needed today.
- + @@ -155,7 +155,7 @@ InstantAdPay · Contract · Terms · Privacy · Disclaimer - +