Skip to content

Commit

Permalink
fix(LoginForm): don't show change user button when no public users ex…
Browse files Browse the repository at this point in the history
…ist (#2387)

Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga authored Jun 22, 2024
1 parent dc99ab4 commit 6cf9bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Forms/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{{ $t('changeServer') }}
</VBtn>
<VBtn
v-else
v-else-if="remote.auth.currentServer?.PublicUsers.length"
block
size="large"
variant="elevated"
Expand Down

0 comments on commit 6cf9bbd

Please sign in to comment.