fix broken circles

This commit is contained in:
einhornimmond 2024-11-05 19:35:51 +01:00
parent a58ba48604
commit 1a7796ac08

View File

@ -51,7 +51,7 @@ const {
onError,
} = useQuery(authenticateHumhubAutoLogin, null, {
fetchPolicy: 'network-only',
enabled: false,
enabled: true,
})
onResult(({ data }) => {