Remove PII from debug info for user

This commit is contained in:
Nabeel Shahzad 2022-02-04 14:17:07 -05:00
parent cc5a6db427
commit 88ffee16be

View File

@ -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',