Skip to content
New issue

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

sign_in_and_redirect implementation follows it's documentation #5587

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CSDUMMI
Copy link

@CSDUMMI CSDUMMI commented Apr 19, 2023

sign_in_and_redirect documentation states that it only calls the after_sign_in_path_for method if no stored location was set. But the actual implementation always calls after_sign_in_path_for, which in it's default implementation (but not in all overriden versions) looks up the stored location first.

See mastodon/mastodon#24073 as an example of where this was the case.

`sign_in_and_redirect` documentation states that it only calls the `after_sign_in_path_for` method if no stored location was set. But the actual implementation always calls `after_sign_in_path_for`, which in it's default implementation (but not in all overriden versions) looks up the stored location first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants