mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
chore: hide useless error info in login page (#27245)
This commit is contained in:
@@ -118,7 +118,7 @@ export const useIsLogin = () => {
|
||||
gcTime: 0,
|
||||
queryFn: async (): Promise<isLogin> => {
|
||||
try {
|
||||
await get('/account/profile', {
|
||||
await get('/account/profile', {}, {
|
||||
silent: true,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user