From f4951ca5f589f5b28c577ff3963a97687a8e0ac1 Mon Sep 17 00:00:00 2001 From: Aj Wazzan Date: Tue, 1 Apr 2025 18:52:25 -0700 Subject: [PATCH] saving... --- apps/mail/lib/auth.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mail/lib/auth.ts b/apps/mail/lib/auth.ts index af2f12c459..6de23dfd63 100644 --- a/apps/mail/lib/auth.ts +++ b/apps/mail/lib/auth.ts @@ -91,8 +91,8 @@ const options = { .catch((err) => console.log('Tried to add user to earlyAccess after error, failed', user.email, err), ); - return {}; - // throw new Error('Early access required. Please join the waitlist.'); + // return {}; + throw new Error('Early access required. Please join the waitlist.'); } let activeConnection = null;