mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Send to /thx/login not /reset/login so the user get's a message to check to validate his account.
This commit is contained in:
parent
7b8426593e
commit
7341515dad
@ -107,7 +107,7 @@ export default {
|
||||
.catch((error) => {
|
||||
this.$toasted.global.error(this.$t('error.no-account'))
|
||||
if (error.message.includes('User email not validated')) {
|
||||
this.$router.push('/reset/login')
|
||||
this.$router.push('/thx/login')
|
||||
}
|
||||
loader.hide()
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user