Make generated user attributes to private
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"draftAndPublish": false,
|
"draftAndPublish": false,
|
||||||
"timestamps": true
|
"timestamps": true,
|
||||||
|
"privateAttributes": ["createdAt", "updatedAt"]
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"username": {
|
"username": {
|
||||||
|
|||||||
Reference in New Issue
Block a user