We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14da4b commit 5f396e0Copy full SHA for 5f396e0
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All Notable changes to `StageFront` will be documented in this file.
4
5
+## 1.1.2 (2017-10-10)
6
+
7
+- Set intended URL before logging in
8
9
## 1.1.1 (2017-10-10)
10
11
- Don't autoload middleware due to session issues
src/Controllers/StageFrontController.php
@@ -27,6 +27,8 @@ public function create()
27
];
28
}
29
30
+ session()->flash('url.intended', session()->previousUrl());
31
32
return view('stagefront::login', compact('liveSite'));
33
34
0 commit comments