From bb7010f88164dcdc22929654ee43c969d87e30cf Mon Sep 17 00:00:00 2001 From: "Pawla Abdul (Bot)" Date: Sat, 4 Apr 2026 04:18:03 +0000 Subject: [PATCH] fix(auth): add UAT hostname to trustedOrigins Co-Authored-By: Paperclip --- auth/src/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/src/auth.ts b/auth/src/auth.ts index eae43b8..b1e0e1b 100644 --- a/auth/src/auth.ts +++ b/auth/src/auth.ts @@ -95,5 +95,6 @@ export const auth = betterAuth({ "https://cartsnitch.com", "https://cartsnitch.farh.net", "https://cartsnitch.dev.farh.net", + "https://cartsnitch.uat.farh.net", ], });