Fixed login btn pending status in case of invalid password. Fixes #1972
This commit is contained in:
parent
6e2062ec6f
commit
38e1e84912
|
@ -168,6 +168,7 @@ Item {
|
|||
if (error) {
|
||||
errorSound.play()
|
||||
errMsg.visible = true;
|
||||
loading = false;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue