Placeholder desktopSecureStorageService.

This commit is contained in:
Brendon Duncan 2018-06-01 15:04:52 +12:00
commit c5121afd7c

View file

@ -0,0 +1,6 @@
'use strict';
angular.module('copayApp.services').factory('desktopSecureStorageService', function($log) {
// Placeholder
return {};
});