diff --git a/src/routes/(auth)/auth/(components)/sso-form.svelte b/src/routes/(auth)/auth/(components)/sso-form.svelte index 60e5ccf..7b9286a 100644 --- a/src/routes/(auth)/auth/(components)/sso-form.svelte +++ b/src/routes/(auth)/auth/(components)/sso-form.svelte @@ -16,7 +16,6 @@ import { PUBLIC_DEBUG_FORMS } from '$env/static/public'; import { toast } from 'svelte-sonner'; import { Icons } from '$lib/components/site'; - import { cn } from '$lib/utils'; import PocketBase from 'pocketbase'; import { PUBLIC_CLIENT_PB } from '$env/static/public'; import { Button } from '$lib/components/ui/button'; diff --git a/src/routes/(auth)/auth/+page.svelte b/src/routes/(auth)/auth/+page.svelte index 12c1646..19c21ef 100644 --- a/src/routes/(auth)/auth/+page.svelte +++ b/src/routes/(auth)/auth/+page.svelte @@ -22,10 +22,7 @@
- + Login Register