diff --git a/public/views/import.html b/public/views/import.html index 37c561d13..58f2a9739 100644 --- a/public/views/import.html +++ b/public/views/import.html @@ -21,10 +21,10 @@
-
+
-
+
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;