mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-26 09:30:27 +01:00
Working on auth
This commit is contained in:
@@ -14,7 +14,7 @@ export default class AuthValidator {
|
||||
password: schema.string({ trim: true }, [
|
||||
rules.required()
|
||||
]),
|
||||
remember_me: schema.boolean()
|
||||
remember: schema.boolean.optional()
|
||||
})
|
||||
|
||||
constructor (protected ctx: HttpContextContract) {
|
||||
|
||||
Reference in New Issue
Block a user