From bc091fc51b06312af9555c560332faf80c1552d1 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 --- src/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auth.ts b/src/auth.ts index eae43b8..b1e0e1b 100644 --- a/src/auth.ts +++ b/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", ], });