diff --git a/index.html b/index.html index 618718936..794b6d70b 100644 --- a/index.html +++ b/index.html @@ -147,8 +147,9 @@

Join a Wallet in Creation

+ - +
@@ -157,12 +158,14 @@

Open Wallet

- + +

Create a new wallet

- + +
@@ -176,8 +179,6 @@ Import from file - - @@ -185,7 +186,6 @@ - - - diff --git a/js/app.js b/js/app.js index 060a2103c..db15e356c 100644 --- a/js/app.js +++ b/js/app.js @@ -21,7 +21,6 @@ var copayApp = window.copayApp = angular.module('copay',[ 'copay.directives', 'copay.video', 'copay.import', - 'copay.password', 'copay.passphrase' ]); @@ -39,6 +38,5 @@ angular.module('copay.socket', []); angular.module('copay.directives', []); angular.module('copay.video', []); angular.module('copay.import', []); -angular.module('copay.password', []); angular.module('copay.passphrase', []); diff --git a/js/routes.js b/js/routes.js index 154d1c614..36ed4654b 100644 --- a/js/routes.js +++ b/js/routes.js @@ -22,10 +22,6 @@ angular templateUrl: 'setup.html', validate: false }) - .when('/password', { - templateUrl: 'password.html', - validate: false - }) .when('/addresses', { templateUrl: 'addresses.html', validate: true