File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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-
360358The ` 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
363361verifiers, you need to pass the JWT token in ` loginParams ` as well.
364362
365363<Tabs
You can’t perform that action at this time.
0 commit comments