mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2026-01-01 20:29:04 +08:00
[update] Login
This commit is contained in:
parent
d288dc3b26
commit
e110ce26f9
@ -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