Skip to content
Snippets Groups Projects
Commit 872ae7af authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

edit global Windoes interface to be compiled by typescript

parent e08c189a
No related branches found
No related tags found
2 merge requests!16Develop,!14edit global Windoes interface to be compiled by typescript
Pipeline #85298 passed
......@@ -6,7 +6,7 @@ export async function createPolicyCheck(user?: Partial<Oidc.Profile>) {
return () => true;
}
const opaBundletUrl = window.__env__.OPA_BUNDLE_URL;
const opaBundletUrl = window.__env__['OPA_BUNDLE_URL'];
if (typeof opaBundletUrl === 'undefined') {
console.log('OPA_BUNDLE_URL is not defined');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment