mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
Fix(docs): indentation for sendOnSignIn property
This commit is contained in:
@@ -80,8 +80,8 @@ export const auth = betterAuth({
|
||||
subject: "Verify your email address",
|
||||
text: `Click the link to verify your email: ${url}`,
|
||||
});
|
||||
sendOnSignIn: true,
|
||||
},
|
||||
sendOnSignIn: true,
|
||||
},
|
||||
emailAndPassword: {
|
||||
requireEmailVerification: true,
|
||||
|
||||
Reference in New Issue
Block a user