Browse Source

chore(dashboard): Remove "reset password" link

We don't support this out of the box
Michael Bromley 3 months ago
parent
commit
0d53f376cd
1 changed files with 0 additions and 8 deletions
  1. 0 8
      packages/dashboard/src/lib/components/login/login-form.tsx

+ 0 - 8
packages/dashboard/src/lib/components/login/login-form.tsx

@@ -107,14 +107,6 @@ export function LoginForm({ className, onFormSubmit, isVerifying, loginError, ..
                                     )}
                                     {!isVerifying && <Trans>Sign in</Trans>}
                                 </Button>
-                                <div className="text-center text-sm">
-                                    <Trans>
-                                        <span className="text-muted-foreground mr-0.5">Forgot password?</span>
-                                        <a tabIndex={-1} href="#" className="text-primary hover:underline">
-                                            Request reset
-                                        </a>
-                                    </Trans>
-                                </div>
                             </div>
                             {loginExtensions.afterForm && (
                                 <>