diff --git a/js/controllers/createProfile.js b/js/controllers/createProfile.js index acf8c86fa..26d63ed38 100644 --- a/js/controllers/createProfile.js +++ b/js/controllers/createProfile.js @@ -117,8 +117,8 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun // mobile if ($scope.isMobile) { _credentials = { - email: form.email.$modelValue, - password: form.password.$modelValue, + email: emailOrUsername, + password: password, }; $scope.askForPin = 1; $rootScope.hideNavigation = true; diff --git a/js/controllers/settings.js b/js/controllers/settings.js index 4b2ef366b..9a0a93fd4 100644 --- a/js/controllers/settings.js +++ b/js/controllers/settings.js @@ -89,14 +89,14 @@ angular.module('copayApp.controllers').controller('SettingsController', function }), }, function() { - notification.success('Settings saved'); + notification.success('Settings saved',"Settings were saved"); $location.path('/'); }); }; $scope.reset = function() { configService.reset(function() { - notification.success('Settings reseted'); + notification.success('Settings reseted',"Settings were reseted"); $location.path('/'); }); }; diff --git a/views/createProfile.html b/views/createProfile.html index cd5b6706d..b0c285d31 100644 --- a/views/createProfile.html +++ b/views/createProfile.html @@ -20,7 +20,7 @@ -
+
Copay
diff --git a/views/home.html b/views/home.html index a29c49f88..048aee226 100644 --- a/views/home.html +++ b/views/home.html @@ -20,7 +20,7 @@
-
+