From a4f8a937e3d7c95e5ee85b5938c06d907622ddf1 Mon Sep 17 00:00:00 2001 From: bhavanakarwade Date: Mon, 23 Dec 2024 17:29:54 +0530 Subject: [PATCH] added variable in constants file (#843) * fix: Improve Handling of Sensitive Data in Browser Signed-off-by: bhavanakarwade * improved error handling for layout component Signed-off-by: bhavanakarwade * refactor: improve variables initialization logic Signed-off-by: bhavanakarwade * removed hardcoded variables Signed-off-by: bhavanakarwade * added file path in yml file Signed-off-by: bhavanakarwade * refactor: added variable in constants file Signed-off-by: bhavanakarwade --------- Signed-off-by: bhavanakarwade --- src/config/CommonConstant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/CommonConstant.ts b/src/config/CommonConstant.ts index 74faa24e..047e5525 100644 --- a/src/config/CommonConstant.ts +++ b/src/config/CommonConstant.ts @@ -64,7 +64,7 @@ export const emailCredDefHeaders = [ { columnName: 'Revocable' }, ]; -export const excludeKeys = ['PUBLIC_CRYPTO_PRIVATE_KEY', 'PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_ID', 'PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_SECRET', 'PUBLIC_ALLOW_DOMAIN']; +export const excludeKeys = ['PUBLIC_BASE_URL', 'PUBLIC_CRYPTO_PRIVATE_KEY', 'PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_ID', 'PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_SECRET', 'PUBLIC_ALLOW_DOMAIN']; export const predicatesConditions = [ { value: '', label: 'Select' },