diff --git a/app/components/Header/AccountMenu.client.vue b/app/components/Header/AccountMenu.client.vue index 3d5446e07..651fe9a65 100644 --- a/app/components/Header/AccountMenu.client.vue +++ b/app/components/Header/AccountMenu.client.vue @@ -18,9 +18,6 @@ const isOpen = shallowRef(false) /** Check if connected to at least one service */ const hasAnyConnection = computed(() => isNpmConnected.value || !!atprotoUser.value) -/** Check if connected to both services */ -const hasBothConnections = computed(() => isNpmConnected.value && !!atprotoUser.value) - /** Only show count of active (pending/approved/running) operations */ const operationCount = computed(() => activeOperations.value.length) @@ -64,53 +61,34 @@ function openAuthModal() { @click="isOpen = !isOpen" class="border-none" > - - - + - - - - - - - + {{ $t('account_menu.connect') }} - - -
- +
+ - + + + -
- - -
- - -
- @@ -168,7 +168,7 @@ onUnmounted(deactivate) @click="handleShowAuth" > -