From a4dfe892cfbfba514551c0ba915fe6e7a94778d9 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Fri, 28 May 2021 08:14:39 -0700 Subject: [PATCH] fixed redirect --- ui/src/app/App.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } - } + }*/ } };