chore: add comments

This commit is contained in:
nafees nazik
2023-09-02 11:51:21 +05:30
committed by Mythie
parent 45d6181042
commit 0f9ce3b5c7

View File

@ -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: