1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

formatting

This commit is contained in:
Kyle Spearrin
2017-10-26 16:36:11 -04:00
parent d086cc2da3
commit eb4aa3df06

View File

@@ -375,9 +375,10 @@
return new ByteData();
}
pbkdf2(newUserKey.arr.buffer, self.masterPasswordBuffer, 1, 256).then(function (userKeyHash) {
self.userKeyHash = userKeyHash;
});
pbkdf2(newUserKey.arr.buffer, self.masterPasswordBuffer, 1, 256)
.then(function (userKeyHash) {
self.userKeyHash = userKeyHash;
});
}
},
methods: {