Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Aug 23, 2024
1 parent 4cec3e4 commit b6c6d7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Flare/Middleware/TrackSessionLifeMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public function handle($request, Closure $next)
]);

Auth::logout();

return $next($request);
}

$foundLoginDetails->update([
Expand Down

0 comments on commit b6c6d7c

Please sign in to comment.