[PR #9128] [MERGED] docs: improve enterprise contact form #16704

Closed
opened 2026-04-13 10:39:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/9128
Author: @bytaesu
Created: 4/12/2026
Status: Merged
Merged: 4/12/2026
Merged by: @bytaesu

Base: mainHead: 2026-04-12/docs/improve-enterprise-contact


📝 Commits (3)

  • 2152d2f chore: add form component
  • e7bff89 docs(enterprise): overhaul contact form with RHF, zod validation, and free-email blocking
  • c38c3fb docs(enterprise): return 400 for malformed json request body

📊 Changes

4 files changed (+445 additions, -215 deletions)

View changed files

📝 docs/app/api/enterprise/contact/route.ts (+70 -58)
📝 docs/app/enterprise/enterprise-client.tsx (+182 -157)
docs/components/ui/form.tsx (+165 -0)
docs/lib/enterprise-contact.ts (+28 -0)

📄 Description

No description provided


🔄 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/9128 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 4/12/2026 **Status:** ✅ Merged **Merged:** 4/12/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `main` ← **Head:** `2026-04-12/docs/improve-enterprise-contact` --- ### 📝 Commits (3) - [`2152d2f`](https://github.com/better-auth/better-auth/commit/2152d2f9128a96f374b97bdcaf84ad6393e196fa) chore: add form component - [`e7bff89`](https://github.com/better-auth/better-auth/commit/e7bff89821cda29db7bca99f592ac516b3d1fc33) docs(enterprise): overhaul contact form with RHF, zod validation, and free-email blocking - [`c38c3fb`](https://github.com/better-auth/better-auth/commit/c38c3fb77e08551775708fb225b449490b60329d) docs(enterprise): return 400 for malformed json request body ### 📊 Changes **4 files changed** (+445 additions, -215 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/api/enterprise/contact/route.ts` (+70 -58) 📝 `docs/app/enterprise/enterprise-client.tsx` (+182 -157) ➕ `docs/components/ui/form.tsx` (+165 -0) ➕ `docs/lib/enterprise-contact.ts` (+28 -0) </details> ### 📄 Description _No description provided_ --- <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-04-13 10:39:04 -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#16704