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