import * as React from 'react'; import Alert from '@mui/material/Alert'; import Avatar from '@mui/material/Avatar'; import Box from '@mui/material/Box'; import Button from '@mui/material/Button'; import Card from '@mui/material/Card'; import CardContent from '@mui/material/CardContent'; import CardHeader from '@mui/material/CardHeader'; import Stack from '@mui/material/Stack'; import Typography from '@mui/material/Typography'; import Grid from '@mui/material/Unstable_Grid2'; import { ArrowRight as ArrowRightIcon } from '@phosphor-icons/react/dist/ssr/ArrowRight'; import { Key as KeyIcon } from '@phosphor-icons/react/dist/ssr/Key'; export function MultiFactor(): React.JSX.Element { return ( } title="Multi factor authentication" /> Off Authenticator app Use an authenticator app to generate one time security codes.
Off Text message Use your mobile phone to receive security codes via SMS.
87% of the technology industry has already implemented MFA and it is the top sector with the highest MFA adoption rate.
); }