diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2015-05-06 13:35:55 -0400 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2015-05-09 17:32:08 -0400 |
| commit | 6369d23d581ad36e7507d355a69237b90a912697 (patch) | |
| tree | 6ed41a9cf55a3b6a61de64b372d06054159ae8af /app/controllers/profiles | |
| parent | c891ef93371c3eeeb56b246d8d02a9e2dd5d350e (diff) | |
| download | gitlab-ce-6369d23d581ad36e7507d355a69237b90a912697.tar.gz | |
Fix nav and layout for TwoFactorAuthsController
Diffstat (limited to 'app/controllers/profiles')
| -rw-r--r-- | app/controllers/profiles/two_factor_auths_controller.rb | 2 |
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 |
