username field isn't required by default (schemas, client method)

despite the docs saying username is required in the authclient signup method when using the username plugin, it's not actually required by types, nor is it required (not null) in the generated schemas using drizzle.
Was this page helpful?