diff --git a/js/controllers/profile.js b/js/controllers/profile.js index 8794d809a..1d5280968 100644 --- a/js/controllers/profile.js +++ b/js/controllers/profile.js @@ -1,5 +1,6 @@ 'use strict'; angular.module('copayApp.controllers').controller('ProfileController', function($scope, $rootScope, $location, $modal, controllerUtils, backupService) { + $scope.username = $rootScope.iden.getName(); $scope.isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0; $rootScope.title = 'Profile'; diff --git a/views/profile.html b/views/profile.html index 8dad247f0..248ce524d 100644 --- a/views/profile.html +++ b/views/profile.html @@ -3,31 +3,35 @@
It's important to backup your profile so that you can recover it in case of disaster. The backup will include all your profile's wallets
-