Skip to content

Commit f3d9da5

Browse files
authored
fix(auth): Make displayName optional for AuthProviderConfig typings (#970)
* fix(auth): Make displayName optional for AuthProviderConfig typings #970
1 parent 031edc2 commit f3d9da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ export namespace admin.auth {
10721072
* The user-friendly display name to the current configuration. This name is
10731073
* also used as the provider label in the Cloud Console.
10741074
*/
1075-
displayName: string;
1075+
displayName?: string;
10761076

10771077
/**
10781078
* Whether the provider configuration is enabled or disabled. A user

0 commit comments

Comments
 (0)