From 5895b986fc98143d88e9b5d60229d5a70760577f Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Fri, 12 Nov 2021 21:15:40 +0000 Subject: [PATCH] fixes #52 --- src/www/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/www/js/app.js b/src/www/js/app.js index 97a50a3..6236a2d 100644 --- a/src/www/js/app.js +++ b/src/www/js/app.js @@ -47,8 +47,6 @@ new Vue({ return client; }); - - console.log(clients); }, login(e) { e.preventDefault(); @@ -71,6 +69,7 @@ new Vue({ }) .finally(() => { this.authenticating = false; + this.password = null; }); }, logout(e) {