Update plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com>
This commit is contained in:
Karl Haworth
2024-04-05 10:06:39 -04:00
committed by GitHub
parent 7da377383f
commit d6b80d8237
@@ -67,7 +67,7 @@ export const handleAuthRequest = ({
authCallback,
}: {
legacyIncludeCookies?: boolean;
authCallback: any;
authCallback: Props['authCallback'];
}): HandleRequest => {
let cookies = {};
if (legacyIncludeCookies) {