summaryrefslogtreecommitdiff
path: root/config/routes/user.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-02 15:10:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-02 15:10:54 +0000
commit8e3523281051490ff696bfd85bea1195c046c87c (patch)
treee44c77aa24136950679151ae70ad6e186987602a /config/routes/user.rb
parente2d4c85dec083d517822e3a21165cd373b162d9b (diff)
downloadgitlab-ce-8e3523281051490ff696bfd85bea1195c046c87c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes/user.rb')
-rw-r--r--config/routes/user.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/user.rb b/config/routes/user.rb
index 3bf13908d39..c7a5a56d9ed 100644
--- a/config/routes/user.rb
+++ b/config/routes/user.rb
@@ -25,7 +25,6 @@ devise_for :users, controllers: { omniauth_callbacks: :omniauth_callbacks,
confirmations: :confirmations }
devise_scope :user do
- get '/users/auth/:provider/omniauth_error' => 'omniauth_callbacks#omniauth_error', as: :omniauth_error
get '/users/almost_there' => 'confirmations#almost_there'
end