Add DOCKERFILE

This commit is contained in:
Marco Realacci 2022-12-12 19:05:23 +01:00
parent e86526761c
commit a53799d441
3 changed files with 72 additions and 23 deletions

View file

@ -4,28 +4,6 @@ import getCurrentSession from './services/authentication';
import { updateToken } from './services/axios';
</script>
<script>
export default {
data() {
return {
currentSession: "",
}
},
created() {
if (!this.getCurrentSession()) {
this.$router.push({ path: "/login" });
} else {
updateToken()
}
},
computed: {
linkTo() {
return "/profile/" + this.getCurrentSession();
}
}
}
</script>
<template>
<!--<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">