|
@@ -13,6 +13,7 @@ class AuthController extends Controller
|
|
*/
|
|
*/
|
|
public function getLogin()
|
|
public function getLogin()
|
|
{
|
|
{
|
|
|
|
+
|
|
if ($this->guard()->check()) {
|
|
if ($this->guard()->check()) {
|
|
return redirect($this->redirectPath());
|
|
return redirect($this->redirectPath());
|
|
}
|
|
}
|