+
+ Disable Email 2FA
+
+
+ {stage === Stages.ConfirmCode ? (
+
+ An email has been sent to{' '}
+ {currentAccount?.email || '(no email)'}. It includes a
+ confirmation code which you can enter below.
+
+ ) : (
+
+ To disable the email 2FA method, please verify your access to
+ the email address.
+
+ )}
+
+
+ {error ? : undefined}
+
+ {stage === Stages.Email ? (
+
+
+
+
+ ) : stage === Stages.ConfirmCode ? (
+
+
+
+ Confirmation code
+
+
+
+
+
+
+
+
+
+
+
+ ) : undefined}
+
+ {!gtMobile && isNative && }
+
+