I am working on a react/aws amplify app. I want to implement an email-based MFA auth flow. From what I'm seeing on the aws docs, it seems that the only options are text-based MFA or TOTP.
Is there a way to configure the Sign in process to send a code to a user's email instead of a text message?