6 lines
No EOL
140 B
JavaScript
6 lines
No EOL
140 B
JavaScript
'use strict';
|
|
|
|
angular.module('copayApp.services').factory('desktopSecureStorageService', function($log) {
|
|
// Placeholder
|
|
return {};
|
|
}); |