]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/SocialAuthService.php
Fixes for CodeStyle vol.2
[bookstack] / app / Auth / Access / SocialAuthService.php
index 70f3fc3d3ed97b6959b36024ed05a686e64d162b..8cf243fe78eafa6aeedd0b2694bdbb42ff7cf690 100644 (file)
@@ -142,6 +142,7 @@ class SocialAuthService
         // Simply log the user into the application.
         if (!$isLoggedIn && $socialAccount !== null) {
             $this->loginService->login($socialAccount->user, $socialAccount);
+
             return redirect()->intended('/');
         }