From ec384702a9ba57e7393c9f2c4bd9da2ea09c04e8 Mon Sep 17 00:00:00 2001 From: Joshua Sorah Date: Tue, 2 Aug 2022 13:29:45 -0400 Subject: [PATCH] Add keycloak.v2 to product keycloak-themes.json as it is required by rh-sso.v2 account theme. (#8805) --- .../main/resources-product/META-INF/keycloak-themes.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/src/main/resources-product/META-INF/keycloak-themes.json b/themes/src/main/resources-product/META-INF/keycloak-themes.json index eec7eedb7e..5b4c77fb12 100755 --- a/themes/src/main/resources-product/META-INF/keycloak-themes.json +++ b/themes/src/main/resources-product/META-INF/keycloak-themes.json @@ -8,8 +8,10 @@ }, { "name" : "rh-sso", "types": [ "admin", "account", "login", "common", "email", "welcome" ] - }, - { + }, { + "name" : "keycloak.v2", + "types": [ "account" ] + }, { "name" : "rh-sso.v2", "types": [ "account" ] }]