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