Run biome
This commit is contained in:
parent
91aaddda5f
commit
0ad4cb240f
2 changed files with 5 additions and 7 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue