Skip to content

Commit

Permalink
Add moderator column to admin user table (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Jan 10, 2024
1 parent 6955ccf commit 2afdb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/orcasite/accounts/user.ex
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ defmodule Orcasite.Accounts.User do
end

admin do
table_columns [:id, :email, :first_name, :last_name, :admin, :inserted_at]
table_columns [:id, :email, :first_name, :last_name, :admin, :moderator, :inserted_at]
actor? true
read_actions [:read, :current_user]
end
Expand Down

0 comments on commit 2afdb50

Please sign in to comment.