Merge pull request #1737 from eordano/fix/passphrase
Passphrase getting generated correctly
This commit is contained in:
commit
e8a376cf31
5 changed files with 242 additions and 10 deletions
|
|
@ -88,6 +88,9 @@ var createBundle = function(opts) {
|
|||
b.require('./js/plugins/InsightStorage', {
|
||||
expose: '../plugins/InsightStorage'
|
||||
});
|
||||
b.require('./js/plugins/InsightStorage', {
|
||||
expose: '../js/plugins/InsightStorage'
|
||||
});
|
||||
b.require('./js/plugins/LocalStorage', {
|
||||
expose: '../plugins/LocalStorage'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue