diff --git a/app/Http/Admin/Services/Setting.php b/app/Http/Admin/Services/Setting.php index a11be838..586b4b66 100644 --- a/app/Http/Admin/Services/Setting.php +++ b/app/Http/Admin/Services/Setting.php @@ -62,7 +62,7 @@ class Setting extends Service */ if ($items->count() > 0) { foreach ($items as $item) { - $pattern = '/(auth|key|secret|pwd|password)/'; + $pattern = '/(id|auth|key|secret|pwd|pass)/'; if (preg_match($pattern, $item->item_key)) { $item->item_value = '***'; }