From b553f1c66602e6c4f00b9aa9239d36540e220be6 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 23 Nov 2025 14:18:17 +0100 Subject: [PATCH] Fixed newly created users don't have a profile picture --- src/Views/Home/Users.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/Home/Users.cshtml b/src/Views/Home/Users.cshtml index f31b48e..64e38f8 100644 --- a/src/Views/Home/Users.cshtml +++ b/src/Views/Home/Users.cshtml @@ -556,7 +556,7 @@ const tbody = document.querySelector('table tbody'); const newRow = document.createElement('tr'); newRow.innerHTML = ` - Photo + Photo ${result.Uid || ''} ${data.Title || ''} ${data.Cn || ''}