diff options
Diffstat (limited to 'src/pages/FetchToken.vue')
| -rw-r--r-- | src/pages/FetchToken.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/FetchToken.vue b/src/pages/FetchToken.vue index d681ca8..d6f0064 100644 --- a/src/pages/FetchToken.vue +++ b/src/pages/FetchToken.vue @@ -40,7 +40,6 @@ watch: { tokenData: { handler: function (val, oldVal) { - console.log({val, oldVal}) if (val !== oldVal) { if (val.invalid || !val.username) { this.tokenValid = false |
