Skip to content

Commit

Permalink
fix: admin ui login theme bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Dec 20, 2024
1 parent fa8f752 commit fbbba07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/login/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 fbbba07

Please sign in to comment.