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

empty strings for email/pass

This commit is contained in:
Kyle Spearrin
2017-10-26 17:14:51 -04:00
parent 14ec21504c
commit 2bf161af8d

View File

@@ -376,8 +376,8 @@
var vm = new Vue({
el: '#app',
data: {
email: null,
masterPassword: null,
email: '',
masterPassword: '',
pbkdf2Iterations: 5000,
userKey: new ByteData(),
userKeyHash: new ByteData(),