mirror of
https://github.com/langgenius/dify.git
synced 2026-04-01 03:19:42 +08:00
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
Block a user