diff --git a/app/controllers/users/two_factor_authentication_controller.rb b/app/controllers/users/two_factor_authentication_controller.rb
index bc2df18276b7835ccb78b7d5414a9e900ea29cb6..ecb05b9033313b96e02ca1ec78e11f94a5ed1cd8 100644
--- a/app/controllers/users/two_factor_authentication_controller.rb
+++ b/app/controllers/users/two_factor_authentication_controller.rb
@@ -1,4 +1,3 @@
 class Users::TwoFactorAuthenticationController < Devise::TwoFactorAuthenticationController
   include Users::LayoutChoice
-  
 end
diff --git a/config/routes.rb b/config/routes.rb
index b97709544fd88aa66f8d83fe2ac3c1af4d12b478..a7435c556fabf4d352e2c536271f802d71a7e964 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -9,6 +9,7 @@ Rails.application.routes.draw do
     passwords: 'users/passwords',
     registrations: 'users/registrations',
     sessions: 'users/sessions',
+    two_factor_authentication: 'users/two_factor_authentication',
     unlocks: 'users/unlocks'
   }