Skip to content

Commit

Permalink
added variable in constants file (#843)
Browse files Browse the repository at this point in the history
* fix: Improve Handling of Sensitive Data in Browser

Signed-off-by: bhavanakarwade <[email protected]>

* improved error handling for layout component

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: improve variables initialization logic

Signed-off-by: bhavanakarwade <[email protected]>

* removed hardcoded variables

Signed-off-by: bhavanakarwade <[email protected]>

* added file path in yml file

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: added variable in constants file

Signed-off-by: bhavanakarwade <[email protected]>

---------

Signed-off-by: bhavanakarwade <[email protected]>
  • Loading branch information
bhavanakarwade authored Dec 23, 2024
1 parent 172c0f9 commit a4f8a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/CommonConstant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit a4f8a93

Please sign in to comment.