[PR #6861] [MERGED] docs(convex): fix import statement for authConfig #23829

Closed
opened 2026-04-15 22:00:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6861
Author: @tech-savvy-guy
Created: 12/18/2025
Status: Merged
Merged: 12/19/2025
Merged by: @himself65

Base: canaryHead: patch-1


📝 Commits (1)

  • 8a21ea2 Fix import statement for authConfig in convex.mdx

📊 Changes

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

View changed files

📝 docs/content/docs/integrations/convex.mdx (+2 -2)

📄 Description

This pull request makes a minor update to the import statement for authConfig in the documentation example. The change switches from a named import to a default import for improved accuracy and consistency.

  • Changed the import of authConfig from a named import to a default import in the code sample in docs/content/docs/integrations/convex.mdx.

Summary by cubic

Fix docs example to use a default import for authConfig in convex.mdx. This matches the actual export and prevents copy-paste errors.

Written for commit 8a21ea23a6. Summary will update automatically on new commits.


🔄 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/6861 **Author:** [@tech-savvy-guy](https://github.com/tech-savvy-guy) **Created:** 12/18/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`8a21ea2`](https://github.com/better-auth/better-auth/commit/8a21ea23a68c7cf68e1c2c2e36b0ed94039d72ce) Fix import statement for `authConfig` in `convex.mdx` ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/integrations/convex.mdx` (+2 -2) </details> ### 📄 Description This pull request makes a minor update to the import statement for `authConfig` in the documentation example. The change switches from a named import to a default import for improved accuracy and consistency. * Changed the import of `authConfig` from a named import to a default import in the code sample in `docs/content/docs/integrations/convex.mdx`. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fix docs example to use a default import for authConfig in convex.mdx. This matches the actual export and prevents copy-paste errors. <sup>Written for commit 8a21ea23a68c7cf68e1c2c2e36b0ed94039d72ce. Summary will update automatically on new commits.</sup> <!-- 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-04-15 22:00:33 -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#23829