From 9aad5a7e4e09becfd5a212e1fc756469a543952c Mon Sep 17 00:00:00 2001 From: Max Koon <22125083+k2on@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:11:22 -0400 Subject: [PATCH] feat: add money url --- api/src/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/auth.ts b/api/src/auth.ts index 3625d90..dab098b 100644 --- a/api/src/auth.ts +++ b/api/src/auth.ts @@ -11,7 +11,7 @@ export const auth = betterAuth({ provider: "pg", usePlural: true, }), - trustedOrigins: ["money://", "http://localhost:8081"], + trustedOrigins: ["money://", "http://localhost:8081", "https://money.koon.us"], plugins: [ expo(), genericOAuth({