Merge pull request #3751 from mpolci/fix-auto-lock-client
Fix automatic lock of focused client on timeout
This commit is contained in:
commit
36a13746eb
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ angular.module('copayApp.services')
|
|||
});
|
||||
}
|
||||
$timeout(function() {
|
||||
if (fc.isPrivKeyEncrypted()) {
|
||||
if (fc.hasPrivKeyEncrypted()) {
|
||||
$log.debug('Locking wallet automatically');
|
||||
root.lockFC();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue