Fix authentication with debug mode (#532)

Fix authent with debug mode
This commit is contained in:
Charles Bochet
2023-07-07 14:10:04 -07:00
committed by GitHub
parent c847bca293
commit f62fdc1219
4 changed files with 30 additions and 26 deletions

View File

@ -1,7 +0,0 @@
import { useGetClientConfigQuery } from '~/generated/graphql';
export function useFetchClientConfig() {
const { data } = useGetClientConfigQuery();
return data?.clientConfig;
}