mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove console states. yarn lint
This commit is contained in:
parent
aa80f0f21a
commit
d70ce5ed00
@ -104,15 +104,11 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
setDisplaySetup(from) {
|
setDisplaySetup(from) {
|
||||||
console.log('this.$route > ', this.$route.path)
|
|
||||||
|
|
||||||
if (this.$route.path.includes('checkEmail')) {
|
if (this.$route.path.includes('checkEmail')) {
|
||||||
this.displaySetup = textFields.checkEmail
|
this.displaySetup = textFields.checkEmail
|
||||||
console.log('this.displaySetup checkmail> ', this.displaySetup)
|
|
||||||
}
|
}
|
||||||
if (this.$route.path.includes('reset')) {
|
if (this.$route.path.includes('reset')) {
|
||||||
this.displaySetup = textFields.reset
|
this.displaySetup = textFields.reset
|
||||||
console.log('this.displaySetup reset> ', this.displaySetup)
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user