diff --git a/oidc-ui/src/components/Background.js b/oidc-ui/src/components/Background.js index 63d3035fb..bbd0368b3 100644 --- a/oidc-ui/src/components/Background.js +++ b/oidc-ui/src/components/Background.js @@ -31,8 +31,9 @@ export default function Background({ // check if background logo is needed or not, // create div according to the environment variable + console.log("REACT_APP_BACKGROUND_LOGO", getBooleanValue("REACT_APP_BACKGROUND_LOGO")) const backgroundLogoDiv = - getBooleanValue(process.env.REACT_APP_BACKGROUND_LOGO) ? ( + getBooleanValue("REACT_APP_BACKGROUND_LOGO") ? (