renew jwt

This commit is contained in:
Sebastian Frank
2017-08-24 20:39:25 +02:00
parent fb7a1f5660
commit 55144f7657
4 changed files with 96 additions and 41 deletions

View File

@@ -26,6 +26,7 @@ export default {
.then(user => {
console.log("---- user login --------");
console.log(user);
this.$router.go(-1);
})
.catch(error => {
console.log("---- login error -------");