fix(web/user/edit): username_color default_value
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-01-14 17:53:34 +08:00
parent 983a0077dd
commit 75edc82b28
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -261,7 +261,7 @@ EOD);
'#0d6efd' => '蓝色 - #0d6efd', '#0d6efd' => '蓝色 - #0d6efd',
'#2da44e' => '绿色 - #2da44e', '#2da44e' => '绿色 - #2da44e',
'#f48fb1' => '粉色 - #f48fb1', '#f48fb1' => '粉色 - #f48fb1',
], '用户名颜色', '#0d6efd'); ], '用户名颜色', $extra['username_color']);
} }
$update_profile_form->handle = function (&$vdata) use ($user) { $update_profile_form->handle = function (&$vdata) use ($user) {
$data = [ $data = [