fix logincookie() error

This commit is contained in:
xiaomlove
2025-04-05 22:09:20 +07:00
parent 291f5c03b5
commit 0d3a46231d
3 changed files with 15 additions and 16 deletions

View File

@@ -185,7 +185,7 @@ class User extends Authenticatable implements FilamentUser, HasName
'username', 'email', 'passhash', 'secret', 'stylesheet', 'editsecret', 'added', 'enabled', 'status',
'leechwarn', 'leechwarnuntil', 'page', 'class', 'uploaded', 'downloaded', 'clientselect', 'showclienterror', 'last_home',
'seedbonus', 'downloadpos', 'vip_added', 'vip_until', 'title', 'invites', 'attendance_card',
'seed_points_per_hour', 'passkey', 'auth_key'
'seed_points_per_hour', 'passkey', 'auth_key', 'last_login', 'lang'
];
/**