Placeholder desktopSecureStorageService.
This commit is contained in:
parent
f483fd81d8
commit
c5121afd7c
1 changed files with 6 additions and 0 deletions
6
src/js/services/desktopSecureStorageService.js
Normal file
6
src/js/services/desktopSecureStorageService.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').factory('desktopSecureStorageService', function($log) {
|
||||
// Placeholder
|
||||
return {};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue