From 4eb88119a3e077ad99ee15b5399cb4c7adffbf91 Mon Sep 17 00:00:00 2001 From: Carter Date: Mon, 22 Jan 2024 12:06:53 -0800 Subject: [PATCH] consistency changes --- .../src/components/ui/RunningAppBar.vue | 18 ++++-------------- theseus_gui/src/composables/auth.js | 1 + 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/theseus_gui/src/components/ui/RunningAppBar.vue b/theseus_gui/src/components/ui/RunningAppBar.vue index bcf2a104c..53be85111 100644 --- a/theseus_gui/src/components/ui/RunningAppBar.vue +++ b/theseus_gui/src/components/ui/RunningAppBar.vue @@ -33,14 +33,14 @@ - - diff --git a/theseus_gui/src/composables/auth.js b/theseus_gui/src/composables/auth.js index 3184f37c7..934aeab8b 100644 --- a/theseus_gui/src/composables/auth.js +++ b/theseus_gui/src/composables/auth.js @@ -13,6 +13,7 @@ export const useMrAuth = () => { } catch (error) { handleError(error) } + return null } const logout = async () => {