fix: We can remove fetchPolicy: "network-only" for GraphQL IDENTITIES query to keep the answer in Apollo cache

The work to update identities or reload them when a user is changed or identity is added/deleted/updated has been done.

Related to #1806
This commit is contained in:
Massedil
2025-06-29 15:59:06 +02:00
parent 57c2f9718e
commit 50537bace7

View File

@@ -57,7 +57,6 @@ export function useCurrentUserIdentities() {
},
() => ({
enabled: enabled,
fetchPolicy: "network-only",
})
);