forked from home-assistant/core
Some bug fixes related to new Home Assistant JS
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||||
VERSION = "96734c763abefc639b83ea3ee2190adb"
|
VERSION = "b0c85f68d338fcd776ae95ef23ac61fd"
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -44,8 +44,8 @@
|
|||||||
// if auth was given, tell the backend
|
// if auth was given, tell the backend
|
||||||
if(this.auth) {
|
if(this.auth) {
|
||||||
uiActions.validateAuth(this.auth, false);
|
uiActions.validateAuth(this.auth, false);
|
||||||
} else if (preferenceStore.hasAuthToken()) {
|
} else if (preferenceStore.hasAuthToken) {
|
||||||
uiActions.validateAuth(preferenceStore.getAuthToken(), false);
|
uiActions.validateAuth(preferenceStore.authToken, false);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user