Next.js
Elysiausername plugin for this because the phoneNumber plugin implies OTP/SMS flow, which I don't want).phoneNumber in my database and phoneNumber in my TypeScript schema. I do not want to rename it to username.user.fields to map the username plugin's requirement to my existing phoneNumber column. However, the plugin throws a schema validation error before it even starts. It seems to ignore the fields mapping and strict-checks for a literal username key in the Drizzle schema object.[Error [BetterAuthError]: The field "username" does not exist in the schema for the model "user". Please update your schema.]username plugin to accept phoneNumber as the field without renaming my Drizzle schema property?signUp to Admins only for this specific Phone+Password flow?