Skip to content

Commit

Permalink
feat(recovery): remove mnemonic recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jjBlockchain committed Jan 10, 2024
1 parent f643101 commit 4a91cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ const EnterEmailOrGuid = (props: Props) => {
</Text>
)}
</ActionButton>
<LinkContainer to={{ pathname: '/recover', state: { showPhraseStep: true } }}>
{/* <LinkContainer to={{ pathname: '/recover', state: { showPhraseStep: true } }}>
<Link size='13px' weight={600} data-e2e='loginImportAccount'>
<FormattedMessage
id='scenes.login.import_your_account'
defaultMessage='Import Your Account'
/>
</Link>
</LinkContainer>
</LinkContainer> */}
</LinkRow>
</WrapperWithPadding>
<SignupLink platform={magicLinkData?.platform_type} />
Expand Down
4 changes: 2 additions & 2 deletions packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ const App = ({
component={MobileLogin}
pageTitle={`${BLOCKCHAIN_TITLE} | Login`}
/>
<AuthLayout
{/* <AuthLayout
path='/recover'
component={RecoverWallet}
pageTitle={`${BLOCKCHAIN_TITLE} | Recover`}
/>
/> */}
<AuthLayout
path='/reset-2fa'
component={ResetWallet2fa}
Expand Down

0 comments on commit 4a91cea

Please sign in to comment.