mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/views/Pages/ResetPassword.vue
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
parent
9e4dc2add7
commit
14e51b9f87
@ -94,8 +94,7 @@ export default {
|
||||
this.form.password = ''
|
||||
if (this.$route.path.includes('checkEmail')) {
|
||||
this.$router.push('/thx/checkEmail')
|
||||
}
|
||||
if (this.$route.path.includes('reset')) {
|
||||
} else if (this.$route.path.includes('reset')) {
|
||||
this.$router.push('/thx/reset')
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user