Skip to content

Commit

Permalink
fix: admin ui login theme bug fix (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance authored Dec 20, 2024
1 parent fa8f752 commit 4988e05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/#/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ ${msg("loginTitle",(realm.displayName!''))}
<h2 class="client-unique-name">
My Account
</h2>
<#elseif client.name == "${" + "client_security-admin-console" + "}">
<h2 class="client-unique-name">
Admin Account
</h2>
<#else>
<h2 class="client-unique-name">
${kcSanitize(client.name)?no_esc}
Expand Down

0 comments on commit 4988e05

Please # to comment.