edit my details

This commit is contained in:
Julian Krauser 2024-11-20 10:02:25 +01:00
parent 8c5b4429b1
commit 6f135af4a6
7 changed files with 143 additions and 10 deletions

View file

@ -464,7 +464,7 @@ const router = createRouter({
{
path: "me",
name: "account-me",
component: () => import("@/views/account/ViewSelect.vue"),
component: () => import("@/views/account/Me.vue"),
},
{
path: "logindata",