Fix build error
This commit is contained in:
parent
b684357022
commit
d6512f0333
3 changed files with 3 additions and 2 deletions
|
@ -59,6 +59,7 @@ public class FormServiceImpl implements FormService {
|
|||
|
||||
public FormServiceImpl(){
|
||||
commandMap.put(Pages.LOGIN, new CommandLogin());
|
||||
commandMap.put(Pages.ERROR, new CommandLogin());
|
||||
commandMap.put(Pages.REGISTER, new CommandRegister());
|
||||
commandMap.put(Pages.ACCOUNT, new CommandCommon());
|
||||
commandMap.put(Pages.LOGIN_UPDATE_PROFILE, new CommandCommon());
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
<#if (template.themeConfig.logo)?has_content>
|
||||
<h1>
|
||||
<a href="${url.loginUrl}" title="Go to the login page"><img src="${template.themeConfig.logo}" alt="Red Hat Logo" /></a>
|
||||
<a href="${url.loginUrl}" title="Go to the login page"><img src="${template.themeConfig.logo}" alt="Keycloak" /></a>
|
||||
</h1>
|
||||
</#if>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<body class="rcue-login-register ${bodyClass}">
|
||||
<#if (template.themeConfig.logo)?has_content>
|
||||
<h1>
|
||||
<a href="${url.loginUrl}" title="Go to the login page"><img src="${template.themeConfig.logo}" alt="Red Hat Logo" /></a>
|
||||
<a href="${url.loginUrl}" title="Go to the login page"><img src="${template.themeConfig.logo}" alt="Keycloak" /></a>
|
||||
</h1>
|
||||
</#if>
|
||||
|
||||
|
|
Loading…
Reference in a new issue