From 9a91f40c65e660e1a9222ce50b92acd37eb326f2 Mon Sep 17 00:00:00 2001 From: Tobias Kurze Date: Fri, 5 Apr 2019 16:20:54 +0200 Subject: [PATCH] added profile and token refresh --- src/components/Profile.vue | 11 ++++++++++- src/store.ts | 29 +++++++++++++++++++++++++++-- src/utils/index.ts | 10 ++++++++++ 3 files changed, 47 insertions(+), 3 deletions(-) diff --git a/src/components/Profile.vue b/src/components/Profile.vue index 80c468c..bd66acb 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -4,7 +4,7 @@
-

Profile

+

Profile ({{tokenValidity}})

{{profile.id}}

{{ errorMsg }}

@@ -16,12 +16,14 @@