mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 20:37:44 +00:00
fix(organization): apply path methods for get-full-organization
This commit is contained in:
@@ -44,7 +44,6 @@ export const auth = betterAuth({
|
||||
},
|
||||
emailVerification: {
|
||||
async sendVerificationEmail({ user, url }) {
|
||||
console.log("Sending verification email to", user.email);
|
||||
const res = await resend.emails.send({
|
||||
from,
|
||||
to: to || user.email,
|
||||
@@ -53,7 +52,6 @@ export const auth = betterAuth({
|
||||
});
|
||||
console.log(res, user.email);
|
||||
},
|
||||
sendOnSignUp: true,
|
||||
},
|
||||
account: {
|
||||
accountLinking: {
|
||||
@@ -125,7 +123,6 @@ export const auth = betterAuth({
|
||||
}/accept-invitation/${data.id}`,
|
||||
}),
|
||||
});
|
||||
console.log(res, data.email);
|
||||
},
|
||||
}),
|
||||
twoFactor({
|
||||
|
||||
Reference in New Issue
Block a user