diff --git a/app/services/authentication/omniauth_service.rb b/app/services/authentication/omniauth_service.rb index f49e713618..e5713df735 100644 --- a/app/services/authentication/omniauth_service.rb +++ b/app/services/authentication/omniauth_service.rb @@ -167,7 +167,7 @@ module Authentication .new(user) .call else - ServiceResult.new(success: true) + ServiceResult.new(success: true, result: user) end end