Skip to content

Commit 09e4d68

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

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
@@ -933,7 +933,7 @@ export interface MultiFactorUser {
933933
*
934934
* @example
935935
* ```
936-
* const multiFactorUser = multiFactor(firebase.auth().currentUser);
936+
* const multiFactorUser = multiFactor(auth.currentUser);
937937
* const multiFactorSession = await multiFactorUser.getSession();
938938
* // Send verification code
939939
* const phoneAuthProvider = new PhoneAuthProvider();

0 commit comments

Comments
 (0)