Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrysweel committed Mar 27, 2015
2 parents f2557db + 3fef4c4 commit f3e9536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Secured/login.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<form action="{{ path("_security_check") }}" method="post" id="login">
<div>
<label for="username">{{ "login.username" | trans }}</label>
<input type="text" id="username" name="_username" value="{{ last_username }}" />
<input type="text" id="username" name="_username" value="{{ last_username }}" required/>
</div>

<div>
Expand Down

0 comments on commit f3e9536

Please sign in to comment.