show lock screen at start

This commit is contained in:
JDonadio 2017-03-02 16:49:07 -03:00
commit 6419342c4b
5 changed files with 13 additions and 15 deletions

View file

@ -54,7 +54,7 @@ angular.module('copayApp.controllers').controller('advancedSettingsController',
$scope.usePincodeChange = function() {
pincodeService.lockChange({
from: 'settings',
fromSettings: true,
locking: $scope.usePincode.enabled
});
};