How can I use other than secret questions as recovery elements in mpc-core-kit?
The only helper provided is the secret question.
However, in @web3auth/mpc-core-kit/dist/types/constants.d.ts, PasswordShare, SocialShare are present in the FilterKeyTypeShareDescription.
I want to use multiple recovery elements, like no-modal-sdk!
How do I specify EnableMFAParams as an argument to enableMFA()?
Am I correct in assuming that the ability to send backup phrases to email is not something that is provided in web3auth, but is implemented by the dApp developer?