Skip to content

Commit

Permalink
Remove password recovery (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Nov 7, 2024
1 parent 3bad536 commit 8855dfd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions apps/extension/src/routes/popup/login.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Button } from '@repo/ui/components/ui/button';
import { FadeTransition } from '@repo/ui/components/ui/fade-transition';
import { InputProps } from '@repo/ui/components/ui/input';
import { PagePath } from '../page/paths';
import { PasswordInput } from '../../shared/components/password-input';
import { usePopupNav } from '../../utils/navigate';
import { useStore } from '../../state';
Expand Down Expand Up @@ -65,19 +64,6 @@ export const Login = () => {
</Button>
</form>
<div className='flex flex-col gap-2'>
<Button
className='font-body text-[15px] font-normal leading-[22px] text-muted-foreground'
variant='link'
onClick={() =>
void (async function () {
await chrome.tabs.create({
url: `${chrome.runtime.getURL('page.html')}#${PagePath.RESTORE_PASSWORD}`,
});
})()
}
>
Forgot Password?
</Button>
<p className='text-center text-muted-foreground'>
Need help? Contact{' '}
<a
Expand Down

0 comments on commit 8855dfd

Please sign in to comment.