Import
Usage
Parameters
`0x${string}`
Multi-factor module to uninstall. Defaults to the legacy module.
Returns
LazyCallInput
Calls to disable multi-factor authentication
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Disable multi-factor authentication
import { disable } from '@rhinestone/sdk/actions/mfa'
const transaction = await account.prepareTransaction({
chain,
calls: [disable()],
})
Was this page helpful?