Fix issue with displaying user info and associated separator

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
Phillip Rak 2025-01-24 13:59:35 -07:00
parent ed1bbdb97c
commit 13fddf9ee8
1 changed files with 12 additions and 10 deletions

View File

@ -673,6 +673,7 @@ export default {
/>
</rc-dropdown-trigger>
<template #dropdownCollection>
<template v-if="authEnabled">
<div class="user-info">
<div class="user-name">
<i class="icon icon-lg icon-user" /> {{ principal.loginName }}
@ -684,6 +685,7 @@ export default {
</div>
</div>
<rc-dropdown-separator />
</template>
<rc-dropdown-item
v-if="showPreferencesLink"
@click="$router.push({ name: 'prefs'})"