From 13061f97983a361a910479f8c79f94c328649023 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sat, 16 Nov 2024 11:15:33 -0800 Subject: [PATCH] oops --- src/lib/hooks/useEmail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/hooks/useEmail.ts b/src/lib/hooks/useEmail.ts index bdacc2ce41..a8f4c6ad25 100644 --- a/src/lib/hooks/useEmail.ts +++ b/src/lib/hooks/useEmail.ts @@ -15,7 +15,7 @@ export function useEmail() { // Date set for 11 AM PST on the 18th of November const isNewEnough = !!profile?.createdAt && - Date.parse(profile.createdAt) >= Date.parse('2024-11-18T02:19:00.000Z') + Date.parse(profile.createdAt) >= Date.parse('2024-11-18T19:00:00.000Z') const isSelfHost = currentAccount &&