From 2549de1df32e34f6a358f668471068e509ecdb25 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Sat, 31 May 2025 12:34:29 +0200 Subject: [PATCH] fix: add opencloud html displayname --- config/keycloak/opencloud-realm.dist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/keycloak/opencloud-realm.dist.json b/config/keycloak/opencloud-realm.dist.json index 184a049..462467d 100644 --- a/config/keycloak/opencloud-realm.dist.json +++ b/config/keycloak/opencloud-realm.dist.json @@ -2,6 +2,7 @@ "id": "openCloud", "realm": "openCloud", "displayName": "OpenCloud", + "displayNameHtml": "
OpenCloud
", "loginTheme": "opencloud", "notBefore": 0, "defaultSignatureAlgorithm": "RS256",