Skip to content

Commit b74517a

Browse files
authored
Merge pull request #722 from devtron-labs/feat/login-image-cm
feat: login image cm
2 parents 74e8a7d + 025ee34 commit b74517a

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": "1.12.0-pre-6",
3+
"version": "1.12.0-pre-7",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export interface customEnv {
151151
FEATURE_APPLICATION_TEMPLATES_ENABLE?: boolean
152152
GATEKEEPER_URL?: string
153153
FEATURE_AI_INTEGRATION_ENABLE?: boolean
154+
LOGIN_PAGE_IMAGE?: string
154155
}
155156
declare global {
156157
interface Window {

0 commit comments

Comments
 (0)