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" ] }] }