diff --git a/web/service/use-common.ts b/web/service/use-common.ts index 57b9c8b165..51b35c453b 100644 --- a/web/service/use-common.ts +++ b/web/service/use-common.ts @@ -118,7 +118,7 @@ export const useIsLogin = () => { gcTime: 0, queryFn: async (): Promise => { try { - await get('/account/profile', { + await get('/account/profile', {}, { silent: true, }) }