Commit 038937ad authored by Zohten's avatar Zohten
parents 2598c329 8a2e7425
......@@ -60,6 +60,7 @@ export default {
.then(json => this.games = json)
.catch(() => {
alert("Votre session a expiré");
localStorage.removeItem('user');
this.$router.push("/");
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment