mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
check on the checkMail page which url path is attached
This commit is contained in:
parent
2f0f6d7db7
commit
40021fb46f
@ -92,9 +92,10 @@ export default {
|
||||
})
|
||||
.then(() => {
|
||||
this.form.password = ''
|
||||
if (textFields.checkEmail) {
|
||||
if (this.$route.path.includes('checkEmail')) {
|
||||
this.$router.push('/thx/checkEmail')
|
||||
} else {
|
||||
}
|
||||
if (this.$route.path.includes('reset')) {
|
||||
this.$router.push('/thx/reset')
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user