Make generated user attributes to private

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-27 14:51:32 +02:00
parent eba0934f60
commit 47421ef4b5
@@ -7,7 +7,8 @@
}, },
"options": { "options": {
"draftAndPublish": false, "draftAndPublish": false,
"timestamps": true "timestamps": true,
"privateAttributes": ["createdAt", "updatedAt"]
}, },
"attributes": { "attributes": {
"username": { "username": {