From d70ce5ed0056fb9ce09cd38dfbe48430e6e60a07 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 7 Jan 2022 17:45:33 +0100 Subject: [PATCH] remove console states. yarn lint --- frontend/src/views/Pages/ResetPassword.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/views/Pages/ResetPassword.vue b/frontend/src/views/Pages/ResetPassword.vue index 84bc6e83b..c227eeabe 100644 --- a/frontend/src/views/Pages/ResetPassword.vue +++ b/frontend/src/views/Pages/ResetPassword.vue @@ -104,15 +104,11 @@ export default { }) }, setDisplaySetup(from) { - console.log('this.$route > ', this.$route.path) - if (this.$route.path.includes('checkEmail')) { this.displaySetup = textFields.checkEmail - console.log('this.displaySetup checkmail> ', this.displaySetup) } if (this.$route.path.includes('reset')) { this.displaySetup = textFields.reset - console.log('this.displaySetup reset> ', this.displaySetup) } }, },