Skip to content

Commit

Permalink
docs(secure-storage): replace deprecated repo with maintained repo
Browse files Browse the repository at this point in the history
closes: #3157 #3125
  • Loading branch information
danielsogl authored Oct 8, 2019
1 parent fb540f7 commit a840a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/secure-storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a840a03

Please sign in to comment.