Skip to content

Commit 746888c

Browse files
avolkovisam-gc
andauthored
Update packages-exp/auth-types-exp/index.d.ts
Co-authored-by: Sam Horlbeck Olsen <[email protected]>
1 parent e75622c commit 746888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-types-exp/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ export interface User extends UserInfo {
10731073
*
10741074
* // All future sign-in request now include tenant ID.
10751075
* const result = await signInWithEmailAndPassword(auth, email, password);
1076-
* // result.user.tenantId should be TENANT_PROJECT_ID.
1076+
* // result.user.tenantId should be 'TENANT_PROJECT_ID'.
10771077
* ```
10781078
*/
10791079
readonly tenantId: string | null;

0 commit comments

Comments
 (0)