mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
docs: imprvoe account linking docs
This commit is contained in:
@@ -38,6 +38,11 @@ export const auth = betterAuth({
|
||||
},
|
||||
sendOnSignUp: true,
|
||||
},
|
||||
account: {
|
||||
accountLinking: {
|
||||
trustedProviders: ["google", "github"],
|
||||
},
|
||||
},
|
||||
emailAndPassword: {
|
||||
enabled: true,
|
||||
async sendResetPassword(user, url) {
|
||||
|
||||
Reference in New Issue
Block a user