diff --git a/src/routes/(auth)/login/(components)/user-auth-form.svelte b/src/routes/(auth)/login/(components)/user-auth-form.svelte index b511e4e..51e333d 100644 --- a/src/routes/(auth)/login/(components)/user-auth-form.svelte +++ b/src/routes/(auth)/login/(components)/user-auth-form.svelte @@ -2,7 +2,7 @@ import { Button } from '$lib/components/ui/button'; import { Input } from '$lib/components/ui/input'; import { Label } from '$lib/components/ui/label'; - import { LoaderIcon } from 'lucide-svelte'; + import { Loader2, LoaderIcon } from 'lucide-svelte'; import { cn } from '$lib/utils'; let className: string | undefined | null = undefined; @@ -20,8 +20,8 @@