Skip to content

Commit 061a96e

Browse files
committed
Fix username input type
closes codecentric#1307
1 parent 5354897 commit 061a96e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-admin-server-ui/src/main/frontend

1 file changed

+1
-1
lines changed

spring-boot-admin-server-ui/src/main/frontend/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="title has-text-primary" th:text="${uiSettings.title}">Spring Boot Adm
5252
</div>
5353
<div class="field">
5454
<div class="control">
55-
<input class="input is-medium" type="input" name="username" placeholder="Username"
55+
<input class="input is-medium" type="text" name="username" placeholder="Username"
5656
data-i18n="placeholder:login.placeholder.username" autofocus th:classappend="${param.error != null} ? is-danger">
5757
</div>
5858
</div>

0 commit comments

Comments
 (0)