Remove extra space

Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
Karina Kwiatek 2023-03-23 18:26:58 +01:00 committed by Andreas Nedbal
parent 010f871eb2
commit eda522ce8b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class User::SessionsController < Devise::SessionsController
session[:user_sign_in_uid] = resource.id
sign_out(resource)
warden.lock!
render "auth/two_factor_authentication"
render "auth/two_factor_authentication"
end
def attempt_2fa