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

fix: Remove unused claims argument on sign_in #1440

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

arkadyan
Copy link
Collaborator

Asana ticket: T-Alerts auth cleanup

conn
|> ConciergeSite.Guardian.Plug.sign_in(user, claims)
|> ConciergeSite.Guardian.Plug.sign_in(user)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The library already defaults to %{} for the claims argument so we don't need to supply it.

@arkadyan arkadyan merged commit c4cc964 into main Apr 30, 2024
8 checks passed
@arkadyan arkadyan deleted the mss-auth-cleanup branch April 30, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants