Fix: Login form shows error message again

This commit is contained in:
Paulus Schoutsen 2015-03-05 20:43:40 -08:00
parent ba9f29a04b
commit 4e6773969a

View File

@ -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;
}