mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 20:37:44 +00:00
feat: update username and sign up email should allow username
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
twoFactor,
|
||||
admin,
|
||||
multiSession,
|
||||
username,
|
||||
} from "better-auth/plugins";
|
||||
import { reactInvitationEmail } from "./email/invitation";
|
||||
import { LibsqlDialect } from "@libsql/kysely-libsql";
|
||||
@@ -115,5 +116,6 @@ export const auth = betterAuth({
|
||||
bearer(),
|
||||
admin(),
|
||||
multiSession(),
|
||||
username(),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user