Skip to content

Commit

Permalink
Merge branch 'master' into fix/39-always-dispath-login-event
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Dec 10, 2018
2 parents 6f569fe + 8a16d85 commit b5df588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaadin-login.html
Expand Up @@ -87,7 +87,7 @@ <h5>[[i18n.errorMessage.title]]</h5>
</div>
<iron-form id="loginForm" allow-redirect>
<form method="POST" action$="[[action]]">
<vaadin-text-field label="[[i18n.form.username]]" name="username" id="username" autofocus required on-keydown="_handleInputKeydown"></vaadin-text-field>
<vaadin-text-field label="[[i18n.form.username]]" name="username" id="username" required on-keydown="_handleInputKeydown"></vaadin-text-field>
<vaadin-password-field label="[[i18n.form.password]]" name="password" id="password" required on-keydown="_handleInputKeydown"></vaadin-password-field>

<vaadin-button id="submit" theme="primary contained" on-click="submit" disabled$="[[disabled]]">[[i18n.form.submit]]</vaadin-button>
Expand Down

0 comments on commit b5df588

Please sign in to comment.