Fixed login btn pending status in case of invalid password. Fixes #1972

This commit is contained in:
ace-smart 2021-03-04 19:40:59 +04:00 committed by Iuri Matias
parent 6e2062ec6f
commit 38e1e84912
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ Item {
if (error) {
errorSound.play()
errMsg.visible = true;
loading = false;
}
}