mirror of
https://github.com/bitwarden/help
synced 2025-12-12 14:23:15 +00:00
empty strings for email/pass
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user