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

Commits on Apr 19, 2023

  1. sign_in_and_redirect implementation follows it's documentation

    `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.
    CSDUMMI authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f09a7e7 View commit details
    Browse the repository at this point in the history