Fix issue where users weren't redirected to the intended page after login
This commit is contained in:
parent
4a11ba3ad8
commit
821f936dac
|
|
@ -66,6 +66,6 @@ class UserLoginController extends Controller
|
|||
->withInput();
|
||||
}
|
||||
|
||||
return Redirect::to(route('showSelectOrganiser'));
|
||||
return redirect()->intended(route('showSelectOrganiser'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue