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
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-06 20:35:55 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-05-10 00:32:08 +0300
commit6369d23d581ad36e7507d355a69237b90a912697 (patch)
tree6ed41a9cf55a3b6a61de64b372d06054159ae8af /app/controllers/profiles/two_factor_auths_controller.rb
parentc891ef93371c3eeeb56b246d8d02a9e2dd5d350e (diff)
Fix nav and layout for TwoFactorAuthsController
Diffstat (limited to 'app/controllers/profiles/two_factor_auths_controller.rb')
-rw-r--r--app/controllers/profiles/two_factor_auths_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/profiles/two_factor_auths_controller.rb b/app/controllers/profiles/two_factor_auths_controller.rb
index 5c51706c3d4..60f8ec5cf30 100644
--- a/app/controllers/profiles/two_factor_auths_controller.rb
+++ b/app/controllers/profiles/two_factor_auths_controller.rb
@@ -1,4 +1,4 @@
-class Profiles::TwoFactorAuthsController < ApplicationController
+class Profiles::TwoFactorAuthsController < Profiles::ApplicationController
def new
unless current_user.otp_secret
current_user.otp_secret = User.generate_otp_secret