mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix: Login form shows error message again
This commit is contained in:
parent
ba9f29a04b
commit
4e6773969a
@ -87,7 +87,7 @@
|
|||||||
this.spinnerMessage = this.isValidating ? this.MSG_VALIDATING : this.MSG_LOADING_DATA;
|
this.spinnerMessage = this.isValidating ? this.MSG_VALIDATING : this.MSG_LOADING_DATA;
|
||||||
|
|
||||||
if (authStore.wasLastAttemptInvalid()) {
|
if (authStore.wasLastAttemptInvalid()) {
|
||||||
this.$.passwordDecorator.error = this.authStore.getLastAttemptMessage();
|
this.$.passwordDecorator.error = authStore.getLastAttemptMessage();
|
||||||
this.$.passwordDecorator.isInvalid = true;
|
this.$.passwordDecorator.isInvalid = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user