Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-28 03:01:24 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-05-10 00:31:10 +0300
commitba7e2fd946ba94a9c0b3b18c3f7fc91f63fc652a (patch)
treeed6b4a7994d4d3daec1e1e441cd0a8ff246e842d /config
parent7302395142dc93a45239c993b69958ca4a757c92 (diff)
Create Two-factor authentication resource for user
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4b38dede7b4..a76ababb3d9 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -226,6 +226,7 @@ Gitlab::Application.routes.draw do
resources :keys
resources :emails, only: [:index, :create, :destroy]
resource :avatar, only: [:destroy]
+ resource :two_factor_auth, only: [:new, :create, :destroy]
end
end