Skip to content

Commit

Permalink
fix(secure-storage): update the pluginRef (#1228)
Browse files Browse the repository at this point in the history
Fixes the plugin not found issue by using the correct pluginRef.
  • Loading branch information
mike-roberts authored and ihadeed committed Mar 23, 2017
1 parent acbb338 commit baff7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/secure-storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class SecureStorageObject {
@Plugin({
pluginName: 'SecureStorage',
plugin: 'cordova-plugin-secure-storage',
pluginRef: 'plugins.securestorage',
pluginRef: 'cordova.plugins.SecureStorage',
repo: 'https://github.com/Crypho/cordova-plugin-secure-storage',
platforms: ['Android', 'iOS', 'Windows Phone', 'Browser']
})
Expand Down

0 comments on commit baff7b3

Please sign in to comment.