fix(login): fix public user display condition

This commit is contained in:
MrTimscampi 2020-12-02 14:49:43 +01:00 committed by Julien Machiels
parent 05cc8a60e4
commit 92d8142770

View File

@ -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>