Remove PII from debug info for user

pull/1392/head
Nabeel Shahzad 3 years ago
parent cc5a6db427
commit 88ffee16be

@ -97,7 +97,10 @@ class User extends Authenticatable
*/
protected $hidden = [
'api_key',
'email',
'name',
'discord_id',
'discord_private_channel_id',
'password',
'last_ip',
'remember_token',

Loading…
Cancel
Save