From 85ad2d1a3119341a2d8b1e054d289a56f40c993f Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Thu, 18 Jan 2024 10:39:10 +0000 Subject: [PATCH] Add common to the list of theme types so it works in jar format Signed-off-by: James Hewitt --- hack/keycloak-themes/META-INF/keycloak-themes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/keycloak-themes/META-INF/keycloak-themes.json b/hack/keycloak-themes/META-INF/keycloak-themes.json index 433aa90e8..3bd5c5c5f 100644 --- a/hack/keycloak-themes/META-INF/keycloak-themes.json +++ b/hack/keycloak-themes/META-INF/keycloak-themes.json @@ -1,6 +1,6 @@ { "themes": [{ "name" : "cloudpak", - "types": [ "login", "account", "admin", "email" ] + "types": [ "login", "account", "admin", "email", "common" ] }] }