From 4a3379cdfbbf3390a0e09eb19f5dac5c439c8575 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 23 Sep 2020 22:04:27 +0000 Subject: [PATCH] black --- src/views/TOTPSetup.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/TOTPSetup.vue b/src/views/TOTPSetup.vue index 5d3a274..8c601df 100644 --- a/src/views/TOTPSetup.vue +++ b/src/views/TOTPSetup.vue @@ -53,7 +53,6 @@ export default { .then(r => { this.$q.loading.hide(); - console.log(r.data); if (r.data === "TOTP token already set") { this.$router.push({ name: "Login" }); } else {