@@ -40,7 +40,7 @@ |
||
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); |