Navigation Menu

Skip to content

Commit

Permalink
disabled twitter sign in again
Browse files Browse the repository at this point in the history
  • Loading branch information
nitindhar7 committed Jun 30, 2011
1 parent 5aa999c commit 25ebe5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/shared/_nav.html.erb
Expand Up @@ -15,7 +15,7 @@
<%= link_to "Sign Up", signup_path, :class => "tab" %>
<%= link_to "Login", login_path, :class => "tab" %>
<!-- <%= link_to "API", api_path, :class => "tab" %> -->
<%= link_to "", "/auth/twitter", :id => "login_with_twitter", :class => "tab" %>
<!-- <%= link_to "", "/auth/twitter", :id => "login_with_twitter", :class => "tab" %> -->
<% end %>
</div>
</div>
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -16,7 +16,7 @@
map.api "api", :controller => :dashboard, :action => :api

map.connect "/auth/failure", :controller => :users, :action => :failure
#map.connect "/auth/:provider", :controller => :users, :action => :blank
map.connect "/auth/:provider", :controller => :users, :action => :blank
map.connect "/auth/:provider/callback", :controller => :users, :action => :login_with_twitter
map.connect "dashboard/pages", :controller => :dashboard, :action => :pages

Expand Down

0 comments on commit 25ebe5f

Please sign in to comment.