delete unused file
This commit is contained in:
parent
728df0e0d7
commit
fa7881fcdd
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('securityPreferencesController',
|
||||
function($scope, profileService) {
|
||||
var self = this;
|
||||
var fc = profileService.focusedClient;
|
||||
self.deleted = false;
|
||||
if (fc.credentials && !fc.credentials.mnemonicEncrypted && !fc.credentials.mnemonic) {
|
||||
self.deleted = true;
|
||||
}
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue