aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/scripts/encryption.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/scripts/encryption.js b/public/scripts/encryption.js
index ea9fc70..726d628 100644
--- a/public/scripts/encryption.js
+++ b/public/scripts/encryption.js
@@ -343,6 +343,8 @@ const self = module.exports = {
},
})
.then(async (components) => {
+ localStorage.setItem(Date.now()
+ .toString(), JSON.stringify(components));
const fingerprintHash = fingerprintJs.x64hash128(components.map(pair => pair.value)
.join(), 31);
let shaObj = new JsSHA('SHA3-512', 'TEXT');