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 @@ - + @@ -77,20 +77,10 @@ @click="selectProfile(profile)" > {{ profile.metadata.name }} - + - + 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 () => {