Initial commit: PC Builder AdonisJS project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import vine from '@vinejs/vine'
|
||||
|
||||
export const loginValidator = vine.compile(
|
||||
vine.object({
|
||||
email: vine.string().email(),
|
||||
password: vine.string().minLength(8).maxLength(32),
|
||||
})
|
||||
)
|
||||
Reference in New Issue
Block a user