Skip to content

Commit 5702f18

Browse files
fix typos
1 parent b0ad630 commit 5702f18

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/sdk/pnp/ios/usage.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,9 @@ try await web3auth.logout()
355355

356356
## Manage MFA for a user
357357

358-
## Manage MFA for a user
359-
360358
The `manageMFA` method is used to trigger manage MFA flow for users, allowing users to update their
361-
MFA settings. The method takes `LoginParams` which will used during custom verifiers. If you are
362-
using default login providers, you don't need to pass `LoginParams`. If you are using custom jwt
359+
MFA settings. The method takes `W3ALoginParams` which will used during custom verifiers. If you are
360+
using default login providers, you don't need to pass `W3ALoginParams`. If you are using custom jwt
363361
verifiers, you need to pass the JWT token in `loginParams` as well.
364362

365363
<Tabs

0 commit comments

Comments
 (0)