mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update Login.vue
Correct own typo
This commit is contained in:
parent
83a2269a42
commit
508bb774de
@ -106,7 +106,7 @@ export default {
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$toasted.global.error(this.$t('error.no-account'))
|
||||
if (error.message.uncludes('User email not validated')) {
|
||||
if (error.message.includes('User email not validated')) {
|
||||
this.$router.push('/reset/login')
|
||||
}
|
||||
loader.hide()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user