Skip to content

Commit

Permalink
update user_serializer to serialize valid_email and confirmed_at (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Oct 29, 2024
1 parent 4c6b171 commit 8449a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/user_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class UserSerializer
include ModerationActions

attributes :id, :created_at, :updated_at, :login, :display_name,
:zooniverse_id, :credited_name, :admin, :banned
:zooniverse_id, :credited_name, :admin, :banned, :valid_email, :confirmed_at

def href
nil
Expand Down

0 comments on commit 8449a61

Please sign in to comment.