Skip to content

Commit

Permalink
Merge pull request #309 from YaswanthNagarjuna/develop
Browse files Browse the repository at this point in the history
[ES-206] naming corrected in .env file
  • Loading branch information
anshulv1401 authored Aug 10, 2023
2 parents 659a1c2 + f384ff9 commit ac029ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oidc-ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
REACT_APP_WALLET_QR_CODE_AUTO_REFRESH_LIMIT=3
2 changes: 1 addition & 1 deletion oidc-ui/src/components/LoginQRCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit ac029ca

Please sign in to comment.