forked from trent_larson/crowd-funder-for-time-pwa
Refactored again. Fields update on Account page
This commit is contained in:
@@ -29,7 +29,7 @@ if (exists == false) {
|
||||
if (localStorage.getItem("secret") == null) {
|
||||
localStorage.setItem("secret", secret);
|
||||
}
|
||||
|
||||
console.log(secret);
|
||||
encrypted(db, { secretKey: secret });
|
||||
db.version(1).stores(schema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user