Skip to content

Commit 12bf2e5

Browse files
committed
feat(admin): expose last_login_at on players and add column to admin UI
Fixing the admin panel audit logs 500 error and adding last login visibility for user engagement tracking
1 parent ec27662 commit 12bf2e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/modules/players/serializers/player_serializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PlayerSerializer < Blueprinter::Base
1515
:riot_puuid, :riot_summoner_id, :profile_icon_id,
1616
:twitter_handle, :twitch_channel, :instagram_handle,
1717
:kick_url, :professional_name,
18-
:notes, :sync_status, :last_sync_at, :created_at, :updated_at,
18+
:notes, :sync_status, :last_sync_at, :last_login_at, :created_at, :updated_at,
1919
:player_access_enabled, :player_email, :deleted_at, :removed_reason
2020

2121
field :age do |obj|

0 commit comments

Comments
 (0)