1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Fix links to mfa authenticator docs because methods were updated

This commit is contained in:
Vincent (Wen Yu) Ge 2024-04-12 20:07:48 +00:00
parent 505637d119
commit a1f2264ce0
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](/docs/references/cloud/client-web/account#verifyAuthenticator) method.
Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](/docs/references/cloud/client-web/account#verifyMfaAuthenticator) method.

View file

@ -1 +1 @@
Verify an authenticator app after adding it using the [add authenticator](/docs/references/cloud/client-web/account#addAuthenticator) method.
Verify an authenticator app after adding it using the [add authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator) method. add