Ready for release soon.

This commit is contained in:
charlesgauthereau
2025-07-17 12:59:38 +02:00
parent 2890d6ac40
commit 605946abaa
+1 -1
View File
@@ -170,7 +170,7 @@ export const auth = betterAuth({
},
},
},*/
trustedOrigins: [env.NEXT_PUBLIC_PROJECT_URL, "http://app"],
trustedOrigins: [env.NEXT_PUBLIC_PROJECT_URL!, "http://app"],
});
/*export const signUpUser = async (email: string, password: string, name: string) => {