We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca70616 + 1dd3a04 commit 24816cbCopy full SHA for 24816cb
1 file changed
openam-ui/openam-ui-ria/src/main/js/config/ThemeConfiguration.js
@@ -12,7 +12,7 @@
12
* information: "Portions copyright [year] [name of copyright owner]".
13
*
14
* Copyright 2015-2016 ForgeRock AS.
15
- * Portions copyright 2024 Wren Security.
+ * Portions copyright 2024-2025 Wren Security.
16
*/
17
18
define({
@@ -58,7 +58,7 @@ define({
58
}
59
60
},
61
- "fr-dark-theme": {
+ "dark-theme": {
62
// An ordered list of URLs to stylesheets that will be applied to every page.
63
stylesheets: [
64
"themes/dark/css/bootstrap.css",
@@ -68,8 +68,8 @@ define({
68
settings: {
69
loginLogo: {
70
src: "themes/dark/images/login-logo-white.png",
71
- title: "ForgeRock",
72
- alt: "ForgeRock",
+ title: "Wren Security",
+ alt: "Wren Security",
73
height: "228px",
74
width: "220px"
75
0 commit comments