From 1d12e5609384b8ee355264e22a64568974f4ddab Mon Sep 17 00:00:00 2001 From: tobias Date: Wed, 23 Oct 2019 16:34:35 +0200 Subject: [PATCH] slight changes to Profile.vue to display role, groups, etc. --- .env | 2 +- src/App.vue | 52 +++++++++++++++++++++++++++++--------- src/components/Login.vue | 1 + src/components/Profile.vue | 5 +++- src/components/Test.vue | 35 +++++++++++++++++++++++++ src/router.ts | 7 ++++- src/store.ts | 7 +++++ 7 files changed, 94 insertions(+), 15 deletions(-) create mode 100644 src/components/Test.vue diff --git a/.env b/.env index d936bef..724ee30 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -API_URL="http://localhost:5000s" \ No newline at end of file +API_URL="http://localhost:5000" diff --git a/src/App.vue b/src/App.vue index bcd62ef..f7c36ac 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,23 @@