Fix code style.

This commit is contained in:
elweyn 2022-01-22 11:14:47 +01:00
parent 2a4f66a03d
commit 93aa8c4865

View File

@ -96,7 +96,7 @@ export default {
})
.catch((error) => {
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')
}
})