We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b482ef6 commit 6e3c333Copy full SHA for 6e3c333
lib/ts/recipe/thirdparty/types.ts
@@ -103,7 +103,7 @@ export type OnHandleEventContext =
103
};
104
105
export type SignInAndUpThemeProps = PartialAuthComponentProps & {
106
- providers: Pick<Provider, "id" | "getButton" | "name">[];
+ providers: (Pick<Provider, "id" | "getButton"> & { name?: string })[];
107
recipeImplementation: WebJSRecipeInterface<typeof ThirdPartyWebJS>;
108
config: NormalisedConfig;
109
0 commit comments