mirror of https://github.com/langgenius/dify.git
chore: hide useless error info in login page (#27245)
This commit is contained in:
parent
9a8cf709ba
commit
e1ca7a9bdb
|
|
@ -118,7 +118,7 @@ export const useIsLogin = () => {
|
|||
gcTime: 0,
|
||||
queryFn: async (): Promise<isLogin> => {
|
||||
try {
|
||||
await get('/account/profile', {
|
||||
await get('/account/profile', {}, {
|
||||
silent: true,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue