mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +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 = {
|
||||
validateAuth: function(authToken, rememberAuth) {
|
||||
authActions.validate(authToken, {
|
||||
rememberAuth,
|
||||
rememberAuth: rememberAuth,
|
||||
useStreaming: preferences.useStreaming,
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user