diff --git a/app/(auth)/actions.ts b/app/(auth)/actions.ts index ae2f903..4197bd4 100644 --- a/app/(auth)/actions.ts +++ b/app/(auth)/actions.ts @@ -6,8 +6,6 @@ import { createUser, getUser } from '@/lib/db/queries'; import { signIn } from './auth'; - - const authFormSchema = z.object({ email: z.string().email(), password: z.string().min(6), diff --git a/app/globals.css b/app/globals.css index 0b57f94..589ffe8 100644 --- a/app/globals.css +++ b/app/globals.css @@ -104,17 +104,17 @@ } @font-face { - font-family: 'geist'; + font-family: "geist"; font-style: normal; font-weight: 100 900; - src: url(/fonts/geist.woff2) format('woff2'); + src: url(/fonts/geist.woff2) format("woff2"); } @font-face { - font-family: 'geist-mono'; + font-family: "geist-mono"; font-style: normal; font-weight: 100 900; - src: url(/fonts/geist-mono.woff2) format('woff2'); + src: url(/fonts/geist-mono.woff2) format("woff2"); } } @@ -123,7 +123,7 @@ pointer-events: none !important; } - *[class^='text-'] { + *[class^="text-"] { color: transparent; @apply rounded-md bg-foreground/20 select-none animate-pulse; }