fix: Passphrase getting generated correctly
This commit is contained in:
parent
40a13ecef8
commit
df52a0ef95
4 changed files with 214 additions and 5 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