[update] Login

This commit is contained in:
Lkeme 2020-06-25 22:50:39 +08:00
parent a03877ea9e
commit 6f8732b12e

View File

@ -456,7 +456,7 @@ class Login
private static function saveConfig(string $key, string $value, $hide = true)
{
Config::put($key, $value);
Log::info(" > {$key}: " . ($hide ? substr_replace($value, '********', mb_strlen($value / 2), 8) : $value));
Log::info(" > {$key}: " . ($hide ? substr_replace($value, '********', mb_strlen($value) / 2, 8) : $value));
}
/**