From f63294487f18e2b02412a088042d11775aee56b4 Mon Sep 17 00:00:00 2001 From: Columbina <140679517+0xSelenicDove@users.noreply.github.com> Date: Thu, 30 Jul 2026 00:14:49 +0800 Subject: [PATCH] fix(auth-ui): remove unavailable analytics script (#2168) ## Summary Removes the obsolete Plausible helper script from the hosted auth UI. ## Root cause The helper endpoint returns 404 on the sign-in page, creating a failed `script.js` request. The auth UI already uses PostHog, so the unused Plausible bootstrap can be removed safely. Fixes #2165. ## Validation - `pnpm -F @proj-airi/ui-server-auth typecheck` - `pnpm -F @proj-airi/ui-server-auth lint` - `pnpm -F @proj-airi/ui-server-auth build` - `pnpm typecheck` Deployment is needed to verify the end-to-end hosted sign-in result, because the local server requires a database configuration that is not available in this checkout. --- apps/ui-server-auth/index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/ui-server-auth/index.html b/apps/ui-server-auth/index.html index ec2cbc9b5..d91db2ed5 100644 --- a/apps/ui-server-auth/index.html +++ b/apps/ui-server-auth/index.html @@ -40,14 +40,6 @@ document.documentElement.classList.toggle('dark', true) })() - - -