alanholmes6 years agoLevel 35ReplyReport SpamHi @untymage How are you doing the login? if you are using a ajax (json) request, it will return a json response rather than a redirect return $request->wantsJson() ? new Response('', 204) : redirect()->intended($this->redirectPath()); Like Reply 1 like
untymage OP 6 years agoLevel 13ReplyReport SpamYeah my bad, I clicked two time on login button the first response was ok the second one have redirected response Like Reply