We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b66ca commit b5fd29cCopy full SHA for b5fd29c
docs/auth/multi-factor-auth.md
@@ -45,7 +45,7 @@ can complete the process:
45
```js
46
const cred = auth.PhoneAuthProvider.credential(verificationId, verificationCode);
47
const multiFactorAssertion = auth.PhoneMultiFactorGenerator.assertion(cred);
48
-await multiFactorUser.enroll(multiFactorAssertion, 'Optional display name for the user);
+await multiFactorUser.enroll(multiFactorAssertion, 'Optional display name for the user');
49
```
50
51
You can inspect [`User#multiFactor`](/reference/auth/user#multiFactor) for
0 commit comments