Skip to content

Commit

Permalink
Merge branch 'master' into rails-5.2-in-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Oct 29, 2024
2 parents 3dfde33 + 8449a61 commit 8ad6ffd
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 8ad6ffd

Please sign in to comment.