We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04eb32 commit dfd8778Copy full SHA for dfd8778
1 file changed
src/lib/auth.ts
@@ -45,7 +45,7 @@ export const auth = betterAuth({
45
// Hardcode base URL for production
46
baseURL:
47
process.env.NODE_ENV === "production"
48
- ? "https://prasanboon.in.th"
+ ? "https://www.prasarnboon.in.th"
49
: process.env.BETTER_AUTH_URL,
50
socialProviders: {
51
google: {
0 commit comments