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: signIn infer provider type #4679

Merged
merged 3 commits into from Jun 23, 2022
Merged

fix: signIn infer provider type #4679

merged 3 commits into from Jun 23, 2022

Commits on May 26, 2022

  1. fix: signIn infer provider type

    The "P" type it's not passed in any props, so the result type doesn't understand and return the false type always, Adding the "P" at provider type props.
    ArthurPedroti committed May 26, 2022
    Copy the full SHA
    5bf1ea5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Copy the full SHA
    0404e8e View commit details
    Browse the repository at this point in the history
  2. fix: P possibly undefined

    arthurpedroti@gmail.com authored and arthurpedroti@gmail.com committed Jun 6, 2022
    Copy the full SHA
    d02c8f8 View commit details
    Browse the repository at this point in the history