mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
default color for avatar was changed
This commit is contained in:
@@ -102,7 +102,7 @@ class UserSetting extends Model
|
||||
|
||||
static::creating(function ($user) {
|
||||
$user->id = Str::uuid();
|
||||
$user->color = config('vuefilemanager.colors')[rand(0, 5)];
|
||||
$user->color = config('vuefilemanager.colors')[rand(0, 9)];
|
||||
$user->emoji_type = 'twemoji';
|
||||
$user->theme_mode = 'system';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user