On this pageEnable MFAThis method is used to enable MFA for the user. It takes no arguments and returns a Promise that resolves if the operation is successful, and rejects if the operation failed. Method enableMFA(): Promise<boolean>; Usage await web3auth.enableMFA()