Passed
Push — master ( adc4bf...f88b7c )
by meta
05:18 queued 02:49
created
src/WebAuthController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         $destination = $request->session()
41 41
                                ->get('oauthIntendedUrl');
42 42
         // If there is no intended destination url, use the default
43
-        if (! $destination) {
43
+        if (!$destination) {
44 44
             $destination = config('azure-oath.redirect_on_login');
45 45
         }
46 46
         \Illuminate\Support\Facades\Log::info('AUTH success USER ID '.$authUser->id.' with redirect url '.$destination);
Please login to merge, or discard this patch.