From c7993807870425f7d6504b79447ae846c9edf610 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 4d5e2b444..837bc180c 100644 --- a/apps/web/src/components/forms/signin.tsx +++ b/apps/web/src/components/forms/signin.tsx @@ -57,6 +57,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: