Skip to content

Commit f7f48e7

Browse files
fix: add back netlify url to trusted origins
1 parent e7ca102 commit f7f48e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

calc-backend/src/lib/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const auth = betterAuth({
88
}),
99
trustedOrigins: ["http://localhost:5173",
1010
"https://calcvisualizer.speedrunyourknowledge.com",
11+
"https://calcvisualizer.netlify.app"
1112
],
1213
socialProviders: {
1314
google: {

0 commit comments

Comments
 (0)