From 57fdf7ab9fbdd7fa3e3a8c5dec3bd17a89d8c983 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 29 Sep 2020 16:46:38 -0700 Subject: [PATCH] Version 0.6.53 --- package.json | 2 +- views/login2.handlebars | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 7bb92821..28638b79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.6.52", + "version": "0.6.53", "keywords": [ "Remote Device Management", "Remote Device Monitoring", diff --git a/views/login2.handlebars b/views/login2.handlebars index 97e6da80..1a0f97be 100644 --- a/views/login2.handlebars +++ b/views/login2.handlebars @@ -543,17 +543,14 @@ } function useSMSTokenEx(b, panelAction) { - console.log('a1', panelAction); if (panelAction == 1) { Q('hwtokenInput').value = '**sms**'; QE('tokenOkButton', true); Q('tokenOkButton').click(); - console.log('a2'); } else if (panelAction == 2) { Q('resetHwtokenInput').value = '**sms**'; QE('resetTokenOkButton', true); Q('resetTokenOkButton').click(); - console.log('a3'); } }