aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/signin/CredentialsForm.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/signin/CredentialsForm.tsx')
-rw-r--r--apps/web/components/signin/CredentialsForm.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/web/components/signin/CredentialsForm.tsx b/apps/web/components/signin/CredentialsForm.tsx
index 1ad240a7..a3b854b7 100644
--- a/apps/web/components/signin/CredentialsForm.tsx
+++ b/apps/web/components/signin/CredentialsForm.tsx
@@ -142,6 +142,15 @@ export default function CredentialsForm() {
>
Sign In
</ActionButton>
+
+ <div className="text-center">
+ <Link
+ href="/forgot-password"
+ className="text-sm text-muted-foreground underline hover:text-primary"
+ >
+ Forgot your password?
+ </Link>
+ </div>
</form>
</Form>