mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix code style.
This commit is contained in:
parent
2a4f66a03d
commit
93aa8c4865
@ -96,7 +96,7 @@ export default {
|
|||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
this.$toasted.global.error(error.message)
|
this.$toasted.global.error(error.message)
|
||||||
if (error.message.includes('Code is older than 10 minutes')){
|
if (error.message.includes('Code is older than 10 minutes')) {
|
||||||
this.$router.push('/thx/login')
|
this.$router.push('/thx/login')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user