Fix for missing profile pic. (#429)
This commit is contained in:
parent
fbbf7f90f6
commit
6cac2838e3
|
@ -29,6 +29,7 @@ class UserOutputSchema(LemurOutputSchema):
|
||||||
roles = fields.Nested(AssociatedRoleSchema, many=True)
|
roles = fields.Nested(AssociatedRoleSchema, many=True)
|
||||||
certificates = fields.Nested(AssociatedCertificateSchema, many=True)
|
certificates = fields.Nested(AssociatedCertificateSchema, many=True)
|
||||||
authorities = fields.Nested(AssociatedAuthoritySchema, many=True)
|
authorities = fields.Nested(AssociatedAuthoritySchema, many=True)
|
||||||
|
profileImage = fields.String()
|
||||||
|
|
||||||
|
|
||||||
user_input_schema = UserInputSchema()
|
user_input_schema = UserInputSchema()
|
||||||
|
|
Loading…
Reference in New Issue