Skip to content

Commit

Permalink
Merge pull request #11 from IUBLibTech/iulrdc-17_dashboard_redirect
Browse files Browse the repository at this point in the history
block #sign_in in routing
  • Loading branch information
dlpierce authored Nov 7, 2024
2 parents 9121620 + dfc9aae commit 9196801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
end
devise_for :users, controllers: { omniauth_callbacks: "users/omniauth_callbacks" }
devise_scope :user do
get 'sign_in', to: 'devise/sessions#new', as: :new_user_session
# get 'sign_in', to: 'devise/sessions#new', as: :new_user_session
get 'sign_out', to: 'devise/sessions#destroy', as: :destroy_user_session
end
mount Hydra::RoleManagement::Engine => '/'
Expand Down

0 comments on commit 9196801

Please sign in to comment.