From 0f9ce3b5c78aae2a29c696525bea04c7ebf64564 Mon Sep 17 00:00:00 2001 From: nafees nazik Date: Sat, 2 Sep 2023 11:51:21 +0530 Subject: [PATCH] chore: add comments --- apps/web/src/components/forms/signin.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/forms/signin.tsx b/apps/web/src/components/forms/signin.tsx index 4801f9aa5..6feec697e 100644 --- a/apps/web/src/components/forms/signin.tsx +++ b/apps/web/src/components/forms/signin.tsx @@ -58,6 +58,7 @@ export const SignInForm = ({ className }: SignInFormProps) => { const error = searchParams?.get('error'); if (error) { timer.current = setTimeout(() => { + // FIXME: Toast not firing without the TimeOut toast({ variant: 'destructive', description: