Skip to content

Commit

Permalink
remove API-only auth check
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Apr 27, 2010
1 parent 8e9d445 commit 4952b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chef-server-webui/app/controllers/nodes.rb
Expand Up @@ -25,7 +25,6 @@ class Nodes < Application
provides :html provides :html


before :login_required before :login_required
before :authorized_node, :only => [ :update, :destroy ]


def index def index
@node_list = begin @node_list = begin
Expand Down

0 comments on commit 4952b7f

Please sign in to comment.