From f384ff9facf45f0464ba7e1cc57edf5f3cc2d788 Mon Sep 17 00:00:00 2001 From: KONIJETI YASWANTHA NAGARJUNA <50859121+YaswanthNagarjuna@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:57:33 +0530 Subject: [PATCH] [ES-206] naming corrected in .env file --- oidc-ui/.env | 2 +- oidc-ui/src/components/LoginQRCode.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oidc-ui/.env b/oidc-ui/.env index f15f00f71..49ecdfd27 100644 --- a/oidc-ui/.env +++ b/oidc-ui/.env @@ -45,4 +45,4 @@ REACT_APP_WALLET_LOGO_URL="" REACT_APP_CONSENT_SCREEN_TIME_OUT_BUFFER_IN_SEC=5 -REACT_WALLET_QR_CODE_AUTO_REFRESH_LIMIT=3 \ No newline at end of file +REACT_APP_WALLET_QR_CODE_AUTO_REFRESH_LIMIT=3 \ No newline at end of file diff --git a/oidc-ui/src/components/LoginQRCode.js b/oidc-ui/src/components/LoginQRCode.js index 18e0b1d36..7cd70931c 100644 --- a/oidc-ui/src/components/LoginQRCode.js +++ b/oidc-ui/src/components/LoginQRCode.js @@ -51,7 +51,7 @@ export default function LoginQRCode({ const walletQrCodeAutoRefreshLimit = openIDConnectService.getEsignetConfiguration( configurationKeys.walletQrCodeAutoRefreshLimit - ) ?? process.env.REACT_WALLET_QR_CODE_AUTO_REFRESH_LIMIT; + ) ?? process.env.REACT_APP_WALLET_QR_CODE_AUTO_REFRESH_LIMIT; const GenerateQRCode = (response, logoUrl) => { let text =