mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
fix: username is optional during sign-up
This commit is contained in:
@@ -85,7 +85,7 @@ type signUpEmail = {
|
||||
/**
|
||||
* The username of the user.
|
||||
*/
|
||||
username: string = "test"
|
||||
username?: string = "test"
|
||||
/**
|
||||
* An optional display username of the user.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user