Skip to content

Commit

Permalink
Change singIn provider type to optional string
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryks1 committed Sep 3, 2021
1 parent 245567b commit 5c5a7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export async function getProviders() {
export async function signIn<
P extends RedirectableProvider | undefined = undefined
>(
provider?: RedirectableProvider,
provider?: string,
options?: SignInOptions,
authorizationParams?: SignInAuthorisationParams
): Promise<
Expand Down

0 comments on commit 5c5a7e0

Please sign in to comment.