improve error msg - warning if has passphrase - hide QR data scanned (lock icon)

This commit is contained in:
Javier 2016-06-29 12:24:31 -03:00
commit 51bee061b1
4 changed files with 27 additions and 8 deletions

View file

@ -10,7 +10,6 @@ angular.module('copayApp.controllers').controller('exportController',
$scope.isCordova = platformInfo.isCordova;
$scope.isSafari = platformInfo.isSafari;
$scope.error = null;
console.log(fc.credentials);
$scope.init = function(state) {
$scope.QROpts = false;