Skip to content

Commit ef4cf2f

Browse files
committed
remove drop down arrow on login if mult providers
1 parent 6f690c8 commit ef4cf2f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/HeaderNav.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ const getCurrentPath = () => {
311311
id="login"
312312
>
313313
{{ $t('header.login') }}
314-
<span v-if="availableProviders.filter(p => p.available).length > 1" style="margin-left: 4px;">▼</span>
315314
</button>
316315
<span v-show="isShowLogOffButton" class="login-user">{{ loginUsername }}</span>
317316
<a v-bind:href="'/api/user/logoff?redirect=' + encodeURIComponent(getCurrentPath())" v-show="isShowLogOffButton" class="logoff-button router-link" id="logoff">

0 commit comments

Comments
 (0)