forked from home-assistant/core
Frontend: oops, had some ES6 within Polymer
This commit is contained in:
@@ -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,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user