fix[waitlist]: remove segmentId from dup check

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-08 02:46:25 +00:00
parent 61d5b9e6bb
commit 2b40c28e25

View File

@@ -65,7 +65,6 @@ export async function action({ request }: Route.ActionArgs) {
const segmentId = "b80fb036-74a1-4f7d-bca5-2c035b696071" const segmentId = "b80fb036-74a1-4f7d-bca5-2c035b696071"
const dup = await resend.contacts.get({ const dup = await resend.contacts.get({
segmentId,
email, email,
}) })
if (dup.data) { if (dup.data) {
@@ -204,7 +203,10 @@ export default function Home() {
}} }}
/> />
{chatBox} {chatBox}
<ProgressiveBlur direction="up" className="absolute bottom-0 left-0 right-0 h-24 z-10 pointer-events-none" /> <ProgressiveBlur
direction="up"
className="absolute bottom-0 left-0 right-0 h-24 z-10 pointer-events-none"
/>
<footer className="absolute bottom-4 z-20"> <footer className="absolute bottom-4 z-20">
<Link to="/privacy" className="text-xs opacity-50 underline"> <Link to="/privacy" className="text-xs opacity-50 underline">
Privacy policy Privacy policy