Completely remove the use of Redirect::back - closes #867
This commit is contained in:
@@ -59,7 +59,7 @@ class AuthController extends Controller
|
||||
return Redirect::intended('dashboard');
|
||||
}
|
||||
|
||||
return Redirect::back()
|
||||
return Redirect::route('auth.login')
|
||||
->withInput(Binput::except('password'))
|
||||
->withError(trans('forms.login.invalid'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user