mv Passphrase logic to Storage

This commit is contained in:
Matias Alejo Garcia 2014-09-30 20:29:56 -03:00
commit 74129a6923
4 changed files with 20 additions and 8 deletions

View file

@ -32,4 +32,5 @@ module.exports.storageParams = {
password: '123',
db: new FakeLocalStorage(),
sessionStorage: new FakeLocalStorage(),
iterations: 1,
};