You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
WIP my account page
This commit is contained in:
@@ -43,8 +43,6 @@ const cache = cacheExchange({
|
||||
|
||||
export const client = createClient({
|
||||
url: "/graphql",
|
||||
// XXX: else queries don't refetch on cache invalidation for some reason
|
||||
requestPolicy: "cache-and-network",
|
||||
exchanges: import.meta.env.DEV
|
||||
? [devtoolsExchange, cache, fetchExchange]
|
||||
: [cache, fetchExchange],
|
||||
|
||||
Reference in New Issue
Block a user