fix: set last_username_change default when creating users

This commit is contained in:
root
2026-06-24 12:15:37 +02:00
parent bc8f2111b5
commit 9ac93ef299
2 changed files with 2 additions and 0 deletions
@@ -89,6 +89,7 @@ class SocialAuthController extends Controller
'look' => config('habbo.defaults.avatar_look'),
'ip_register' => request()->ip(),
'ip_current' => request()->ip(),
'last_username_change' => 0,
]);
$user->socialAccounts()->create([