Skip to content

Commit b470308

Browse files
committed
fix issue #582
1 parent db45a3e commit b470308

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controllers/AuthController.php

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public function getLogout()
6464
{
6565
Auth::guard('admin')->logout();
6666

67+
session()->forget('url.intented');
68+
6769
return redirect(config('admin.prefix'));
6870
}
6971

0 commit comments

Comments
 (0)