We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572b467 commit 4c903e3Copy full SHA for 4c903e3
src/main.js
@@ -46,7 +46,7 @@ axios.get(contextPath + "/static/config.json").then(response => {
46
}
47
48
// Send XHR cross-site cookie credentials
49
- Vue.prototype.$api.WITH_CREDENTIALS = response.data.API_WITH_CREDENTIALS;
+ Vue.prototype.$api.WITH_CREDENTIALS = response.data.API_WITH_CREDENTIALS && response.data.API_WITH_CREDENTIALS.toLowerCase() === "true";
50
51
// OpenID Connect
52
Vue.prototype.$oidc.ISSUER = response.data.OIDC_ISSUER;
0 commit comments