From e7c9922d36ea82a54579c1f9e6633d4ad7ad3e74 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 4 Oct 2023 21:46:55 +0530 Subject: added login and token refreshing --- src/components/navbar.vue | 6 +++--- src/main.ts | 43 ++++++++++++++++++++++++++++++++++++++++++- src/router/index.ts | 4 ++-- src/views/LogIn.vue | 32 ++++++++++++++++++-------------- src/views/Register.vue | 21 +++------------------ 5 files changed, 68 insertions(+), 38 deletions(-) (limited to 'src') diff --git a/src/components/navbar.vue b/src/components/navbar.vue index e6205c8..7491ea9 100644 --- a/src/components/navbar.vue +++ b/src/components/navbar.vue @@ -1,6 +1,6 @@