chore: add comments

This commit is contained in:
nafees nazik
2023-09-02 11:51:21 +05:30
parent 5540fcf0d2
commit c799380787

View File

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