Skip to content

Commit

Permalink
Don't hide discord_id, because it's not exactly sensitive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonhasacat committed Aug 18, 2024
1 parent 22947c0 commit d577e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class User extends Model implements AuthenticatableContract, JWTSubject
"access_token",
"refresh_token",
"token_expires",
"discord_id",
"prefname",
"prefname_date"
];
Expand Down

0 comments on commit d577e27

Please sign in to comment.