From 2bf161af8da62f226c167fe5b2e06f15392cc9f8 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 26 Oct 2017 17:14:51 -0400 Subject: [PATCH] empty strings for email/pass --- crypto.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto.html b/crypto.html index 2b38e4df..a75abc7d 100644 --- a/crypto.html +++ b/crypto.html @@ -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(),