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:
authorGabriel Mazetto <gabriel@gitlab.com>2015-12-24 05:02:52 +0300
committerGabriel Mazetto <gabriel@gitlab.com>2015-12-25 00:01:30 +0300
commit31fb2b7702345fbf597c2cb17466567776433a56 (patch)
treec00ab27dc891b6ed2ce6b061c58f2fa6913edf15 /config
parent33964469b38e2b36b200b20fe3061371a5f5ab18 (diff)
Grace period support for TFA
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 b9242327de1..3e7d9f78710 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -297,6 +297,7 @@ Rails.application.routes.draw do
resource :two_factor_auth, only: [:new, :create, :destroy] do
member do
post :codes
+ patch :skip
end
end
end