mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Frontend: oops, had some ES6 within Polymer
This commit is contained in:
parent
b7b91f27db
commit
3f56b7e131
@ -18,7 +18,7 @@
|
|||||||
window.hass.uiActions = {
|
window.hass.uiActions = {
|
||||||
validateAuth: function(authToken, rememberAuth) {
|
validateAuth: function(authToken, rememberAuth) {
|
||||||
authActions.validate(authToken, {
|
authActions.validate(authToken, {
|
||||||
rememberAuth,
|
rememberAuth: rememberAuth,
|
||||||
useStreaming: preferences.useStreaming,
|
useStreaming: preferences.useStreaming,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user