diff --git a/src/components/topbar/CurrentUserButton.vue b/src/components/topbar/CurrentUserButton.vue
new file mode 100644
index 000000000..052419125
--- /dev/null
+++ b/src/components/topbar/CurrentUserButton.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
diff --git a/src/components/topbar/TopMenubar.vue b/src/components/topbar/TopMenubar.vue
index 08ec26612..d21d17bfd 100644
--- a/src/components/topbar/TopMenubar.vue
+++ b/src/components/topbar/TopMenubar.vue
@@ -12,6 +12,7 @@
+
-
authStore.isAuthenticated)
const workflowTabsPosition = computed(() =>
settingStore.get('Comfy.Workflow.WorkflowTabsPosition')
)
@@ -89,10 +69,6 @@ const showTopMenu = computed(
() => betaMenuEnabled.value && !workspaceState.focusMode
)
-const openUserSettings = () => {
- dialogService.showSettingsDialog('user')
-}
-
const menuRight = ref(null)
// Menu-right holds legacy topbar elements attached by custom scripts
onMounted(() => {