This doesn't seem to work in laravel spark return redirect($this->redirectPath('/login')->withError('try again')); neither does the version with withSuccess.
I've noticed there is something like Spark::afterLoginRedirectTo('login') but not sure how to use flash message or what would be the better way to pass through some data for the view to display like this?