mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
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) {
|
if (error) {
|
||||||
errorSound.play()
|
errorSound.play()
|
||||||
errMsg.visible = true;
|
errMsg.visible = true;
|
||||||
|
loading = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user