diff --git a/homeassistant/components/frontend/www_static/polymer/layouts/login-form.html b/homeassistant/components/frontend/www_static/polymer/layouts/login-form.html index 54cfaae8833..783aaffc4c3 100644 --- a/homeassistant/components/frontend/www_static/polymer/layouts/login-form.html +++ b/homeassistant/components/frontend/www_static/polymer/layouts/login-form.html @@ -87,7 +87,7 @@ this.spinnerMessage = this.isValidating ? this.MSG_VALIDATING : this.MSG_LOADING_DATA; if (authStore.wasLastAttemptInvalid()) { - this.$.passwordDecorator.error = this.authStore.getLastAttemptMessage(); + this.$.passwordDecorator.error = authStore.getLastAttemptMessage(); this.$.passwordDecorator.isInvalid = true; }