mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
fix(passkey): use options base url for rpID
This commit is contained in:
@@ -43,9 +43,6 @@ export const auth = betterAuth({
|
||||
dialect,
|
||||
type: "sqlite",
|
||||
},
|
||||
session: {
|
||||
freshAge: 0,
|
||||
},
|
||||
emailVerification: {
|
||||
async sendVerificationEmail({ user, url }) {
|
||||
const res = await resend.emails.send({
|
||||
|
||||
Reference in New Issue
Block a user