Skip to content

Commit 4d3223d

Browse files
committed
Update dark theme template branding
The theme prefix, logo's title and alt did not match the actually used logo.
1 parent ca70616 commit 4d3223d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openam-ui/openam-ui-ria/src/main/js/config/ThemeConfiguration.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* information: "Portions copyright [year] [name of copyright owner]".
1313
*
1414
* Copyright 2015-2016 ForgeRock AS.
15-
* Portions copyright 2024 Wren Security.
15+
* Portions copyright 2024-2025 Wren Security.
1616
*/
1717

1818
define({
@@ -58,7 +58,7 @@ define({
5858
}
5959
}
6060
},
61-
"fr-dark-theme": {
61+
"dark-theme": {
6262
// An ordered list of URLs to stylesheets that will be applied to every page.
6363
stylesheets: [
6464
"themes/dark/css/bootstrap.css",
@@ -68,8 +68,8 @@ define({
6868
settings: {
6969
loginLogo: {
7070
src: "themes/dark/images/login-logo-white.png",
71-
title: "ForgeRock",
72-
alt: "ForgeRock",
71+
title: "Wren Security",
72+
alt: "Wren Security",
7373
height: "228px",
7474
width: "220px"
7575
}

0 commit comments

Comments
 (0)