[PR #586] [CLOSED] Fix input type bug in RegisterForm #3383

Closed
opened 2026-03-13 10:52:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/586
Author: @mnsdojo
Created: 11/19/2024
Status: Closed

Base: mainHead: fix-input-type-bug


📝 Commits (1)

  • 558814f Fix input type bug in RegisterForm

📊 Changes

2 files changed (+1313 additions, -76 deletions)

View changed files

📝 examples/tanstack-example/app/components/register-form.tsx (+76 -76)
package-lock.json (+1237 -0)

📄 Description

This PR fixes a bug in the RegisterForm component located in examples/tanstack-example. Previously, the type attribute of the name input was incorrectly set to "name", which has now been corrected to "text", ensuring proper form functionality


🔄 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/586 **Author:** [@mnsdojo](https://github.com/mnsdojo) **Created:** 11/19/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-input-type-bug` --- ### 📝 Commits (1) - [`558814f`](https://github.com/better-auth/better-auth/commit/558814f6a74c1b8bc26f171103662159a56b1030) Fix input type bug in RegisterForm ### 📊 Changes **2 files changed** (+1313 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `examples/tanstack-example/app/components/register-form.tsx` (+76 -76) ➕ `package-lock.json` (+1237 -0) </details> ### 📄 Description This PR fixes a bug in the RegisterForm component located in examples/tanstack-example. Previously, the type attribute of the name input was incorrectly set to "name", which has now been corrected to "text", ensuring proper form functionality --- <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 10:52:01 -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#3383