1
0
mirror of https://github.com/bitwarden/help synced 2025-12-12 06:13:15 +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({ var vm = new Vue({
el: '#app', el: '#app',
data: { data: {
email: null, email: '',
masterPassword: null, masterPassword: '',
pbkdf2Iterations: 5000, pbkdf2Iterations: 5000,
userKey: new ByteData(), userKey: new ByteData(),
userKeyHash: new ByteData(), userKeyHash: new ByteData(),