mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
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 """
|
||||
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(this.auth) {
|
||||
uiActions.validateAuth(this.auth, false);
|
||||
} else if (preferenceStore.hasAuthToken()) {
|
||||
uiActions.validateAuth(preferenceStore.getAuthToken(), false);
|
||||
} else if (preferenceStore.hasAuthToken) {
|
||||
uiActions.validateAuth(preferenceStore.authToken, false);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user