From e0c950cca3c458bedf249a96dc00bab40034a93d Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Sun, 8 Oct 2023 00:19:15 +0530 Subject: [PATCH] add white logo into myaccount --- .../org.wso2.carbon.identity.core.server.feature.default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json index b0d5a0205848..dd7ca88ff0f3 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json @@ -1090,6 +1090,7 @@ "myaccount.ui.app_title": "My Account | WSO2 Identity Server", "myaccount.ui.app_name": "My Account", "myaccount.ui.app_logo_path": "/assets/images/branding/logo.svg", + "myaccount.ui.app_white_logo_path": "/assets/images/branding/logo-white.svg", "myaccount.ui.is_header_avatar_label_allowed": true, "myaccount.ui.product_name": "WSO2 Identity Server", "myaccount.theme": "default",