[PR #3127] [MERGED] fix(username): log the correct username #12909

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3127
Author: @bortoz
Created: 6/22/2025
Status: Merged
Merged: 6/22/2025
Merged by: @Bekacru

Base: mainHead: fix/username-logs


📝 Commits (1)

  • 4dec772 fix(username): log the correct username

📊 Changes

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

View changed files

📝 packages/better-auth/src/plugins/username/index.ts (+6 -2)

📄 Description

Before

ERROR [Better Auth]: User not found { username: [Function: p] }

After

ERROR [Better Auth]: User not found { username: 'myusername' }

🔄 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/3127 **Author:** [@bortoz](https://github.com/bortoz) **Created:** 6/22/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/username-logs` --- ### 📝 Commits (1) - [`4dec772`](https://github.com/better-auth/better-auth/commit/4dec77223bbbf0ebd616a6a4fb659bea418b4d32) fix(username): log the correct username ### 📊 Changes **1 file changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/plugins/username/index.ts` (+6 -2) </details> ### 📄 Description ### Before ``` ERROR [Better Auth]: User not found { username: [Function: p] } ``` ### After ``` ERROR [Better Auth]: User not found { username: 'myusername' } ``` --- <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 08:39:36 -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#12909