diff options
author | Markus Koller <markus-koller@gmx.ch> | 2017-03-07 19:48:57 +0100 |
---|---|---|
committer | Alexis Reigel <mail@koffeinfrei.org> | 2017-04-06 10:01:13 +0200 |
commit | 8e665140565a8c022bf1cad1589e244a543419fa (patch) | |
tree | d8bcdf4939b9fdcd1cc68ef98c1579575d0185a9 /app/controllers/profiles | |
parent | 7140e09e39895d747bca7238a5c9f5a4d4637a85 (diff) | |
download | gitlab-ce-8e665140565a8c022bf1cad1589e244a543419fa.tar.gz |
Rename check_2fa_requirement to check_two_factor_requirement
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 26e7e93533e..5e54fdfcf44 100644 --- a/app/controllers/profiles/two_factor_auths_controller.rb +++ b/app/controllers/profiles/two_factor_auths_controller.rb @@ -1,5 +1,5 @@ class Profiles::TwoFactorAuthsController < Profiles::ApplicationController - skip_before_action :check_2fa_requirement + skip_before_action :check_two_factor_requirement def show unless current_user.otp_secret |