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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user