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

View File

@@ -168,6 +168,10 @@ tr:hover .table-actions {
font-size: 12px;
}
.text-muted {
opacity: 0.5;
}
.warning-label {
margin-top: 6px;
color: #8a6d3b;