diff --git a/theseus_gui/src/components/ui/platform/AccountDropdown.vue b/theseus_gui/src/components/ui/platform/AccountDropdown.vue index 626d80a7a..5c5b1738a 100644 --- a/theseus_gui/src/components/ui/platform/AccountDropdown.vue +++ b/theseus_gui/src/components/ui/platform/AccountDropdown.vue @@ -14,7 +14,9 @@ { id: 'sign-out', color: 'danger', - action: () => {}, + action: async () => { + await mrAuth.logout() + }, hoverFilledOnly: true, }, ]" @@ -46,30 +48,22 @@