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