From 7ff1819799084f6c3c9fa39b7ae08a5ca015d78d Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:40:45 +0800 Subject: [PATCH] fix: Fix the packaging failure issue (#10734) --- frontend/src/api/modules/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/api/modules/auth.ts b/frontend/src/api/modules/auth.ts index 1b85ec0ee..ca7deb324 100644 --- a/frontend/src/api/modules/auth.ts +++ b/frontend/src/api/modules/auth.ts @@ -24,4 +24,3 @@ export const getLoginSetting = () => { export const getWelcomePage = () => { return http.get('/core/auth/welcome'); }; -