forked from home-assistant/core
Frontend: oops, had some ES6 within Polymer
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
window.hass.uiActions = {
|
||||
validateAuth: function(authToken, rememberAuth) {
|
||||
authActions.validate(authToken, {
|
||||
rememberAuth,
|
||||
rememberAuth: rememberAuth,
|
||||
useStreaming: preferences.useStreaming,
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user