docs(secure-storage): replace deprecated repo with maintained repo

closes: #3157 #3125
This commit is contained in:
Daniel Sogl 2019-10-08 14:38:28 +02:00 committed by GitHub
parent fb540f7774
commit a840a03e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,9 +124,9 @@ export class SecureStorageObject {
*/
@Plugin({
pluginName: 'SecureStorage',
plugin: 'cordova-plugin-secure-storage',
plugin: 'cordova-plugin-secure-storage-echo',
pluginRef: 'cordova.plugins.SecureStorage',
repo: 'https://github.com/Crypho/cordova-plugin-secure-storage',
repo: 'https://github.com/mibrito707/cordova-plugin-secure-storage-echo',
platforms: ['Android', 'Browser', 'iOS', 'Windows']
})
@Injectable()