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 b0ad630 commit 5702f18Copy full SHA for 5702f18
1 file changed
docs/sdk/pnp/ios/usage.mdx
@@ -355,11 +355,9 @@ try await web3auth.logout()
355
356
## Manage MFA for a user
357
358
-## Manage MFA for a user
359
-
360
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
+MFA settings. The method takes `W3ALoginParams` which will used during custom verifiers. If you are
+using default login providers, you don't need to pass `W3ALoginParams`. If you are using custom jwt
363
verifiers, you need to pass the JWT token in `loginParams` as well.
364
365
<Tabs
0 commit comments