From 6c4e62b3d0ca9fbb55cadcca5a35b4d3ca082997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 10 Oct 2023 22:41:54 -0400 Subject: [PATCH] refactor(pages): tweak login page it looks a bit nicer and uses functions from the `useAuth` composable to manage the session --- pages/login.vue | 104 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 73 insertions(+), 31 deletions(-) diff --git a/pages/login.vue b/pages/login.vue index a787bbd..6aa8666 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -1,31 +1,73 @@ - - \ No newline at end of file + +