You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Fix return value of #add_provider_to_user on User instance
* Before, the method would return an instance of Authentication,
instead of the original intention to return an instance of the
current user.
* Arguably the instance of the current user is not very useful,
as it's already known 🤷♂, but at least it matches the current
examples.
0 commit comments