Could not access the wallet at the server. Please check:
- The password of the recovery phrase (if set)
diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js
index eaadc8c41..b86d06b59 100644
--- a/src/js/controllers/import.js
+++ b/src/js/controllers/import.js
@@ -34,6 +34,8 @@ angular.module('copayApp.controllers').controller('importController',
};
$scope.processWalletInfo = function(code) {
+ if (!code) return;
+
$scope.dataFromQR = null;
$scope.importErr = false;
$scope.error = null;