Skip to content

Commit

Permalink
fix issue #582
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song committed Mar 15, 2017
1 parent 48ad1f9 commit f3bcefe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Controllers/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public function getLogout()
{
Auth::guard('admin')->logout();

session()->forget('url.intented');

return redirect(config('admin.prefix'));
}

Expand Down

0 comments on commit f3bcefe

Please sign in to comment.