Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermans committed Nov 11, 2023
1 parent 8395d61 commit 16d3d1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Http/Controllers/SessionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ public function handleCallback()

auth()->guard('admin')->login($localUser);

Log::info('Azure Authentication Successful', ['user_email' => $user->getEmail()]);

return redirect()->route('admin.dashboard.index');
} catch (\Exception $e) {
Log::error('Azure Authentication Error: ' . $e->getMessage());
Expand Down

0 comments on commit 16d3d1c

Please sign in to comment.