mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 20:19:59 +01:00
Remove extra space
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
010f871eb2
commit
eda522ce8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue