Revert some refactoring in order to make codebase closer to upstream

This commit is contained in:
Thibaut Girka
2019-07-23 10:30:24 +02:00
parent 444796b69b
commit 8a89a2b0f4
12 changed files with 42 additions and 4 deletions

View File

@@ -2,6 +2,9 @@
module Settings
class TwoFactorAuthenticationsController < BaseController
layout 'admin'
before_action :authenticate_user!
before_action :verify_otp_required, only: [:create]
skip_before_action :require_functional!