From dafdd491f959741709e05795594ca70ef863c387 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sat, 26 Aug 2023 07:03:16 -0400 Subject: [PATCH] Move logOut function into method on state --- client/src/components/NavBar.vue | 9 +-------- client/src/state.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/client/src/components/NavBar.vue b/client/src/components/NavBar.vue index 9b3699d..9a09c57 100644 --- a/client/src/components/NavBar.vue +++ b/client/src/components/NavBar.vue @@ -1,15 +1,8 @@