[PR #4567] [MERGED] fix(demo): update forgot password link to /forget-password #5451

Closed
opened 2026-03-13 12:23:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4567
Author: @GivenBY
Created: 9/10/2025
Status: Merged
Merged: 9/11/2025
Merged by: @himself65

Base: canaryHead: fix/demo-forgot-password-link


📝 Commits (1)

  • d08524c fix(demo): update forgot password link to /forget-password

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 demo/nextjs/components/sign-in.tsx (+4 -1)

📄 Description

this PR updates the forgot your password? link in the /demo app. previously, the link pointed to "#", which did not navigate anywhere.
It now correctly navigates to /forget-password.


Summary by cubic

Fixes the “Forgot your password?” link in the demo sign-in page. It now navigates to /forget-password instead of a dead “#” link, restoring the password reset flow.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/4567 **Author:** [@GivenBY](https://github.com/GivenBY) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `fix/demo-forgot-password-link` --- ### 📝 Commits (1) - [`d08524c`](https://github.com/better-auth/better-auth/commit/d08524c37d2e250a808fddbe946681cc772c130c) fix(demo): update forgot password link to /forget-password ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/components/sign-in.tsx` (+4 -1) </details> ### 📄 Description this PR updates the forgot your password? link in the /demo app. previously, the link pointed to "#", which did not navigate anywhere. It now correctly navigates to /forget-password. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixes the “Forgot your password?” link in the demo sign-in page. It now navigates to /forget-password instead of a dead “#” link, restoring the password reset flow. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 12:23:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#5451