mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 09:30:10 +08:00
[update] Login
This commit is contained in:
parent
a03877ea9e
commit
6f8732b12e
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user