mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
refactor: change email should be opt-in (#249)
This commit is contained in:
@@ -36,7 +36,7 @@ export const auth = betterAuth({
|
||||
});
|
||||
console.log(res, user.email);
|
||||
},
|
||||
sendEmailVerificationOnSignUp: true,
|
||||
sendOnSignUp: true,
|
||||
},
|
||||
emailAndPassword: {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user