Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/mail/lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down