mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]14.0-pms_api_rest: fix pre-commit
This commit is contained in:
@@ -32,6 +32,7 @@ class PmsApiRestUserOutput(Datamodel):
|
||||
fields.String(), required=False, allow_none=True
|
||||
)
|
||||
|
||||
|
||||
class PmsApiRestUserLoginOutput(Datamodel):
|
||||
_name = "pms.api.rest.user.login.output"
|
||||
login = fields.String(required=True, allow_none=False)
|
||||
|
||||
Reference in New Issue
Block a user