Skip to content

Commit f1685b6

Browse files
authored
fix(cli): convex better-auth baseUrl (#611)
1 parent 94cc7b5 commit f1685b6

File tree

1 file changed

+1
-1
lines changed
  • apps/cli/templates/auth/better-auth/convex/backend/convex

1 file changed

+1
-1
lines changed

apps/cli/templates/auth/better-auth/convex/backend/convex/auth.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const createAuth = (
2222
disabled: optionsOnly,
2323
},
2424
{{#if (or (includes frontend "tanstack-start") (includes frontend "next"))}}
25-
baseUrl: siteUrl,
25+
baseURL: siteUrl,
2626
trustedOrigins: [siteUrl],
2727
{{else}}
2828
trustedOrigins: [siteUrl],

0 commit comments

Comments
 (0)