Skip to content

Commit 6e3c333

Browse files
committed
make name optional
1 parent b482ef6 commit 6e3c333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ts/recipe/thirdparty/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export type OnHandleEventContext =
103103
};
104104

105105
export type SignInAndUpThemeProps = PartialAuthComponentProps & {
106-
providers: Pick<Provider, "id" | "getButton" | "name">[];
106+
providers: (Pick<Provider, "id" | "getButton"> & { name?: string })[];
107107
recipeImplementation: WebJSRecipeInterface<typeof ThirdPartyWebJS>;
108108
config: NormalisedConfig;
109109
};

0 commit comments

Comments
 (0)