We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that on postLink form it removes all parameters of query string we have in URL. Please fix it soon. so we can redirect after login.
The text was updated successfully, but these errors were encountered:
So just set redirect in URL array using '?' => ['redirect' => $this->request->query('redirect')] in postLink() call.
redirect
'?' => ['redirect' => $this->request->query('redirect')]
postLink()
Sorry, something went wrong.
No change for google. Please check issue #107
No branches or pull requests
It seems that on postLink form it removes all parameters of query string we have in URL. Please fix it soon. so we can redirect after login.
The text was updated successfully, but these errors were encountered: