Skip to content

Commit ab73219

Browse files
Merge pull request #160 from devtron-labs/fix-aws-code-commit
feat: add DEFAULT_SECRET_PLACEHOLDER
2 parents 674f3d6 + 94b6a6c commit ab73219

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.83-beta-7",
3+
"version": "0.0.83-beta-8",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/constants.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const ModuleNameMap = {
3737
// TODO: Convert to object later if more formats arise
3838
export const DATE_TIME_FORMAT_STRING = 'ddd DD MMM YYYY HH:mm:ss'
3939
export const API_TOKEN_PREFIX = 'API-TOKEN:'
40+
export const DEFAULT_SECRET_PLACEHOLDER = '••••••••'
4041

4142
export enum PatchOperationType {
4243
replace = 'replace',

0 commit comments

Comments
 (0)