Slight changes to make the username appear correctly

This commit is contained in:
2026-08-14 11:15:12 +02:00
parent 36531662d3
commit 567edc43a7
+1 -1
View File
@@ -7564,7 +7564,7 @@ def user_del():
last_name = ""
fullname = None
users_list.append({
'username': username,
'username': decrypt_text(username),
'admin': user.get('Admin', False),
'fullname': fullname,
'name': name,