diff --git a/ui/src/app/App.js b/ui/src/app/App.js index b9bb95ea6..dedc97b57 100644 --- a/ui/src/app/App.js +++ b/ui/src/app/App.js @@ -37,13 +37,13 @@ function App() { return options; }, - response: async ({response}) => { + /*response: async ({response}) => { if (response.type === "opaqueredirect") { - window.location.reload(); + // window.location.reload(); } else { return response; } - } + }*/ } };