From 1dd3a043ae8db6834c901c0cf200d19c92bff544 Mon Sep 17 00:00:00 2001 From: Jan Fyrbach Date: Mon, 12 May 2025 11:00:40 +0200 Subject: [PATCH] Update dark theme's labels The theme prefix, logo title and alt did not match the actually used logo. --- .../src/main/js/config/ThemeConfiguration.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openam-ui/openam-ui-ria/src/main/js/config/ThemeConfiguration.js b/openam-ui/openam-ui-ria/src/main/js/config/ThemeConfiguration.js index d529e63feb..08b2256e04 100644 --- a/openam-ui/openam-ui-ria/src/main/js/config/ThemeConfiguration.js +++ b/openam-ui/openam-ui-ria/src/main/js/config/ThemeConfiguration.js @@ -12,7 +12,7 @@ * information: "Portions copyright [year] [name of copyright owner]". * * Copyright 2015-2016 ForgeRock AS. - * Portions copyright 2024 Wren Security. + * Portions copyright 2024-2025 Wren Security. */ define({ @@ -58,7 +58,7 @@ define({ } } }, - "fr-dark-theme": { + "dark-theme": { // An ordered list of URLs to stylesheets that will be applied to every page. stylesheets: [ "themes/dark/css/bootstrap.css", @@ -68,8 +68,8 @@ define({ settings: { loginLogo: { src: "themes/dark/images/login-logo-white.png", - title: "ForgeRock", - alt: "ForgeRock", + title: "Wren Security", + alt: "Wren Security", height: "228px", width: "220px" }