mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
fix[waitlist]: remove segmentId from dup check
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user