diff --git a/app/views/admin/api_users/show.html.erb b/app/views/admin/api_users/show.html.erb index 7090d777b..0061263f8 100644 --- a/app/views/admin/api_users/show.html.erb +++ b/app/views/admin/api_users/show.html.erb @@ -24,15 +24,6 @@ -<% if @api_user.errors.any? %> - <% @api_user.errors.each do |attr, err| %> - <%= err %> -
- <% end %> -<% end %> -<% if @api_user.errors.any? %> -
-<% end %>