Skip to content

Commit e047a54

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

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
@@ -201,7 +201,7 @@ export interface Auth {
201201
*
202202
* // All future sign-in request now include tenant ID.
203203
* const result = await signInWithEmailAndPassword(auth, email, password);
204-
* // result.user.tenantId should be TENANT_PROJECT_ID.
204+
* // result.user.tenantId should be 'TENANT_PROJECT_ID'.
205205
* ```
206206
*/
207207
tenantId: string | null;

0 commit comments

Comments
 (0)