♻️ (authentication)

This commit is contained in:
Julien Calixte
2021-05-27 13:24:55 +02:00
parent 98e329c93f
commit 5f272a44bb
2 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ export default defineComponent({
saveCredentials(body)
}
router.push({ name: 'Home' })
router.replace({ name: 'Home' })
}
})