mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
chore: add comments
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user