Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
feat: rename user placeholder (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal authored Apr 12, 2023
1 parent 719e38f commit d970a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/quick-test/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Bei technischen Problemen wenden Sie sich bitte Mo-So 6:00-20:00 an unsere Hotline unter +49 620 2274 3730
</div>
<form id="kc-form-login" onsubmit="login.disabled = true; return true;" action="${url.loginAction}" method="post">
<input class="input" style="top: 430px;" type="text" placeholder="Benutzername" name="username" required>
<input class="input" style="top: 430px;" type="text" placeholder="Benutzername / Ihre Email-Adresse" name="username" required>
<input class="input" style="top: 490px;" type="password" placeholder="Passwort" name="password" autocomplete="off" required>
<input class="button" style="top: 550px;" type="submit" value="Anmelden">

Expand Down

0 comments on commit d970a8c

Please sign in to comment.