mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-04 03:39:25 +00:00
fix(login): fix public user display condition
This commit is contained in:
parent
05cc8a60e4
commit
92d8142770
@ -2,7 +2,7 @@
|
||||
<v-container fill-height>
|
||||
<v-row align="center" justify="center">
|
||||
<v-col
|
||||
v-if="isEmpty(currentUser) && !loginAsOther && publicUsers.length"
|
||||
v-if="isEmpty(currentUser) && !loginAsOther && publicUsers.length > 0"
|
||||
xl="8"
|
||||
>
|
||||
<h1 class="text-h4 mb-6 text-center">{{ $t('selectUser') }}</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user