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
When visiting the app for the first time, if an initial URL (fragment) is given, it is lost during the OAuth dance for obtaining an access token.
Store the initial URL (in session or in OAuth param or so), then go there after getting back to the app.
(This has become relevant after a7dc5dc.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When visiting the app for the first time, if an initial URL (fragment) is given, it is lost during the OAuth dance for obtaining an access token.
Store the initial URL (in session or in OAuth param or so), then go there after getting back to the app.
(This has become relevant after a7dc5dc.)
The text was updated successfully, but these errors were encountered: