diff --git a/js/controllers/profile.js b/js/controllers/profile.js index 92238910c..5eaea7953 100644 --- a/js/controllers/profile.js +++ b/js/controllers/profile.js @@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('ProfileController', function( $scope.isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0; $rootScope.title = 'Profile'; + $scope.hideAdv = true; $scope.downloadProfileBackup = function() { backupService.profileDownload($rootScope.iden); @@ -53,4 +54,7 @@ angular.module('copayApp.controllers').controller('ProfileController', function( }); }; + $scope.deleteProfile = function () { + + }; }); diff --git a/views/profile.html b/views/profile.html index a0d0a6160..85e07270a 100644 --- a/views/profile.html +++ b/views/profile.html @@ -37,6 +37,7 @@ +
@@ -94,4 +95,35 @@
+ +
+ +
+
+ + + Show + Hide + advanced options + + + +
+
+ +
+
+
+
+

+ Delete Profile +

+

Permanently delete this profile and all its wallets. WARNING: this action cannot be reversed.

+ Delete Profile + +
+
+
+