Closed navkamplikar closed 4 years ago
Login fails and takes to 419|page expired screen LoginIssue.zip
Fixed in App\Exceptions\ExceptionHandler
if ($exception instanceof TokenMismatchException) { return back()->withInput()->with('csrf_error', "Please try again."); }
Login fails and takes to 419|page expired screen LoginIssue.zip