Skip to content
Snippets Groups Projects
Verified Commit d2375c22 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

keycloak: Set display_name_html explicitly so that the custom theme works

I know this seems a bit weird but this is how the Keycloak templates work. :P
parent a95f473d
No related branches found
No related tags found
No related merge requests found
Pipeline #1329 passed
......@@ -46,6 +46,7 @@ resource "keycloak_realm" "archlinux" {
enabled = true
remember_me = true
display_name = "Arch Linux"
display_name_html = "<div class=\"kc-logo-text\"><span>Arch Linux</span></div>"
reset_password_allowed = true
verify_email = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment