Compare commits

..

2 Commits

Author SHA1 Message Date
scammo
4cb045d29f Merge branch 'main' of git.wtf-eg.de:kompetenzinventar/ki-frontend into main
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-13 18:40:57 +02:00
scammo
2cf781b11d Anzeige mein Profil 2021-09-13 18:40:50 +02:00

View File

@ -102,6 +102,9 @@ export default {
created() {
this.memberId = localStorage.getItem("user_id");
},
updated() {
this.memberId = localStorage.getItem("user_id");
},
methods: {
logout() {
localStorage.clear();