Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees authored and github-actions[bot] committed Oct 20, 2023
1 parent d62b900 commit a7d7c2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Controllers/ProviderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use CodebarAg\LaravelAuth\Models\AuthProvider;
use Illuminate\Support\Facades\Auth;
use Laravel\Socialite\Facades\Socialite;
use function _PHPStan_dfcaa3082\RingCentral\Psr7\try_fopen;

class ProviderController
{
Expand Down Expand Up @@ -50,7 +49,7 @@ public function microsoftRedirect()
{
try {
$socialiteUser = Socialite::driver(ProviderEnum::MICROSOFT_OFFICE_365()->value)->user();
}catch (\Exception $e) {
} catch (\Exception $e) {
flash(__('Authentication Error.'), 'warning');

return redirect()->route('auth.login');
Expand Down

0 comments on commit a7d7c2e

Please sign in to comment.