diff --git a/public/views/copayers.html b/public/views/copayers.html index 764fae314..9ffa55a52 100644 --- a/public/views/copayers.html +++ b/public/views/copayers.html @@ -13,18 +13,21 @@
-

Share this invitation with your copayers

- -
-
- -
-
- +
+ + Share this invitation with your copayers + +
+
+ +
+
+ +
+
+
+ {{secret || ('Loading...'|translate)}}
-
-
- {{secret || ('Loading...'|translate)}}
@@ -50,12 +53,6 @@ Waiting...
- -
- -
diff --git a/src/js/routes.js b/src/js/routes.js index 4973836aa..304c0724e 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -919,6 +919,8 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr } else { profileService.storeProfileIfDirty(); $log.debug('Profile loaded ... Starting UX.'); + + $state.go('tabs.home'); } }); });