remove console states. yarn lint

This commit is contained in:
ogerly 2022-01-07 17:45:33 +01:00
parent aa80f0f21a
commit d70ce5ed00

View File

@ -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)
}
},
},