Skip to content

Commit

Permalink
Merge pull request #903 from OpenSourceBrain/feature/826
Browse files Browse the repository at this point in the history
826 - Link for "Already have an account? Log In" - only "Log In" is clickable
  • Loading branch information
filippomc authored Feb 2, 2024
2 parents 037c8d6 + b9a2de9 commit abcac7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/accounts/themes/custom/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span>${msg("doLogIn")} </span>
<#if realm.password && realm.registrationAllowed && !registrationDisabled??>
<div id="kc-registration" class="kc-register">
<span>${msg("noAccount")} <a tabindex="6" href="${url.registrationUrl}">${msg("doRegister")}</a></span>
<span><a tabindex="6" href="${url.registrationUrl}">${msg("noAccount")} ${msg("doRegister")}</a></span>
</div>
</#if>
</div>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounts/themes/custom/login/register.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span>${msg("registerTitle")}</span>
<div id="kc-form-options">
<div class="${properties.kcFormOptionsWrapperClass!}">
<span>Already have an account? <a href="${url.loginUrl}">${kcSanitize(msg("Log In"))?no_esc}</a></span>
<span><a href="${url.loginUrl}">Already have an account? ${kcSanitize(msg("Log In"))?no_esc}</a></span>
</div>
</div>
</div>
Expand Down

0 comments on commit abcac7c

Please sign in to comment.