diff --git a/src/components/AuthDetails/AuthDetails.vue b/src/components/AuthDetails/AuthDetails.vue deleted file mode 100644 index c21317c..0000000 --- a/src/components/AuthDetails/AuthDetails.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - {{ isMfaEnabled ? 'Here’s a summary of what you set up' : 'What you will set up' }} - - - - - - 1 - - Your key is split into shares - - - - - 2 - - Each key share is paired and stored with an authentication factor - - - - - 3 - - - You need to verify at least 2 of these authentication factors to access your key - - - - - - Learn how progressive MFA works - - - - - - - Your Authentication Factors - - - - - - - Paired with your social login - - - - - {{ userInfo?.email || userInfo?.name }} - - - - - - {{ shareDetail.title }} - - - - {{ shareDetail.details }} - - - - - - - Experience what it's like to configure MFA. - - - Configuring MFA is quick and easy, and it provides invaluable protection for your account. - - Set up MFA - - - - - - - diff --git a/src/components/AuthDetails/index.ts b/src/components/AuthDetails/index.ts deleted file mode 100644 index cd397bd..0000000 --- a/src/components/AuthDetails/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default } from './AuthDetails.vue' diff --git a/src/views/Mpc.vue b/src/views/Mpc.vue deleted file mode 100644 index 9901522..0000000 --- a/src/views/Mpc.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - - -
{{ userInfo?.email || userInfo?.name }}
{{ shareDetail.details }}