summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/two_factor_auths_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-27 17:54:44 -0700
committerRobert Speicher <rspeicher@gmail.com>2015-05-09 17:31:10 -0400
commit50a2a229e7b8b789a199bd0cf84ce76d25201198 (patch)
tree6dcac7385d9fe4fa7ff2b6b4a30cd768afdba907 /app/controllers/profiles/two_factor_auths_controller.rb
parentcde474a49f0ff44350d813aba83b6880df960f15 (diff)
downloadgitlab-ce-50a2a229e7b8b789a199bd0cf84ce76d25201198.tar.gz
Fix rubocop complain
Diffstat (limited to 'app/controllers/profiles/two_factor_auths_controller.rb')
-rw-r--r--app/controllers/profiles/two_factor_auths_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/profiles/two_factor_auths_controller.rb b/app/controllers/profiles/two_factor_auths_controller.rb
index ac14d5ca75b..9b4070a76f7 100644
--- a/app/controllers/profiles/two_factor_auths_controller.rb
+++ b/app/controllers/profiles/two_factor_auths_controller.rb
@@ -11,7 +11,6 @@ class Profiles::TwoFactorAuthsController < ApplicationController
def create
if current_user.valid_otp?(params[:pin_code])
current_user.otp_required_for_login = true
- #current_user.otp_secret = User.generate_otp_secret
current_user.save!
redirect_to profile_account_path