diff --git a/login-view/src/App.js b/login-view/src/App.js index d5cb76bc..fc0f0061 100644 --- a/login-view/src/App.js +++ b/login-view/src/App.js @@ -84,6 +84,7 @@ function App() { fetch("/oauth2/code", { method: 'POST', redirect: 'follow', + credentials: 'include', headers: { 'Content-Type': 'application/x-www-form-urlencoded', },