Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Dec 23, 2024
1 parent e8e45ff commit e69ec46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keycloak/themes/uid2-theme/login/login-update-password.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<@layout.registrationLayout displayMessage=!messagesPerField.existsError('password','password-confirm'); section>
<#if section = "header">
${msg("updatePasswordTitle")}
</div>
<#elseif section = "form">
<form id="kc-passwd-update-form" class="${properties.kcFormClass!}" action="${url.loginAction}" method="post">
<input type="text" id="username" name="username" value="${username}" autocomplete="username"
Expand Down Expand Up @@ -64,7 +63,6 @@
</#if>
</div>
</div>

</form>
</#if>
</@layout.registrationLayout>

0 comments on commit e69ec46

Please sign in to comment.