diff options
Diffstat (limited to 'config/routes/user.rb')
-rw-r--r-- | config/routes/user.rb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config/routes/user.rb b/config/routes/user.rb index 31af321d2b2..fe7a0aa3233 100644 --- a/config/routes/user.rb +++ b/config/routes/user.rb @@ -1,7 +1,4 @@ -Gitlab.ee do - get 'unsubscribes/:email', to: 'unsubscribes#show', as: :unsubscribe - post 'unsubscribes/:email', to: 'unsubscribes#create' -end +# frozen_string_literal: true # Allows individual providers to be directed to a chosen controller # Call from inside devise_scope @@ -30,10 +27,6 @@ devise_for :users, controllers: { omniauth_callbacks: :omniauth_callbacks, devise_scope :user do get '/users/auth/:provider/omniauth_error' => 'omniauth_callbacks#omniauth_error', as: :omniauth_error get '/users/almost_there' => 'confirmations#almost_there' - - Gitlab.ee do - get '/users/auth/kerberos_spnego/negotiate' => 'omniauth_kerberos_spnego#negotiate' - end end scope '-/users', module: :users do |