We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f690c8 commit ef4cf2fCopy full SHA for ef4cf2f
1 file changed
src/components/HeaderNav.vue
@@ -311,7 +311,6 @@ const getCurrentPath = () => {
311
id="login"
312
>
313
{{ $t('header.login') }}
314
- <span v-if="availableProviders.filter(p => p.available).length > 1" style="margin-left: 4px;">▼</span>
315
</button>
316
<span v-show="isShowLogOffButton" class="login-user">{{ loginUsername }}</span>
317
<a v-bind:href="'/api/user/logoff?redirect=' + encodeURIComponent(getCurrentPath())" v-show="isShowLogOffButton" class="logoff-button router-link" id="logoff">
0 commit comments