Skip to content

Commit

Permalink
fixed redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed May 28, 2021
1 parent 4bfd910 commit a4dfe89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}*/
}
};

Expand Down

0 comments on commit a4dfe89

Please sign in to comment.