From e5e93442f38af67778eeeec6066898a1217a9e56 Mon Sep 17 00:00:00 2001 From: John Allen Date: Wed, 28 Feb 2024 20:21:32 +0000 Subject: [PATCH] chore: readding alpha flags --- app/(app)/get-started/_client.tsx | 3 +-- server/auth.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/(app)/get-started/_client.tsx b/app/(app)/get-started/_client.tsx index 158da572..14d2c68c 100644 --- a/app/(app)/get-started/_client.tsx +++ b/app/(app)/get-started/_client.tsx @@ -18,7 +18,6 @@ const GetStarted: NextPage = () => { // toLowerCase can maybe be removed. Just want to make sure its not TRUE in Prod setIsAlpha(process.env.ALPHA?.toLowerCase() === "true"); }, []); - const redirectTo = typeof callbackUrl === "string" ? callbackUrl : "/articles"; @@ -49,7 +48,7 @@ const GetStarted: NextPage = () => {

- {true && ( + {isAlpha && ( <>