mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Fix login button (#391)
This commit is contained in:
parent
f5781a9906
commit
34e45427ea
@ -57,7 +57,7 @@
|
||||
></paper-input>
|
||||
<div class="layout horizontal center">
|
||||
<paper-checkbox for id='rememberLogin'>Remember</paper-checkbox>
|
||||
<paper-button id='loginButton'>Log In</paper-button>
|
||||
<paper-button on-tap='validatePassword'>Log In</paper-button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="validatebox" hidden$="[[!showSpinner]]">
|
||||
@ -113,7 +113,6 @@ Polymer({
|
||||
|
||||
listeners: {
|
||||
keydown: 'passwordKeyDown',
|
||||
'loginButton.tap': 'validatePassword',
|
||||
},
|
||||
|
||||
attached: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user