Fix user listing for users which have neither displayName nor username yet

This commit is contained in:
Johannes Zellner
2025-04-24 20:49:40 +02:00
parent ff195ad272
commit 4df1ec867c
3 changed files with 8 additions and 2 deletions
-1
View File
@@ -86,7 +86,6 @@ onMounted(async () => {
<div class="container">
<Transition name="slide-fade" mode="out-in">
<div v-if="view === VIEWS.OWNER" class="view">
<!-- TODO translate -->
<h1>Welcome to Cloudron</h1>
<h3>Set up Admin Account</h3>