Replies: 1 comment
-
That is currently not supported, but feel free to create a PR that adds this functionality. Make sure to update the readme and tests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The package works great but is it possible to redirect to the requested page after user is authenticated and logged in successfully?
In function
getRedirectUrl()
if we could just implementreturn redirect()->intended()->getTargetUrl();
instead ofreturn "/";
would actually solve this issue.Beta Was this translation helpful? Give feedback.
All reactions