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