Add identity verification features: display image upload status and update UI elements
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m30s

This commit is contained in:
troogs
2026-04-20 21:20:52 +02:00
parent ac52bc6df9
commit 646ccb0f18
4 changed files with 29 additions and 13 deletions

View File

@@ -47,6 +47,7 @@ namespace FoodsharingSiegen.Server.Pages
if (result.Success && result.Data != null)
{
_prospect = result.Data;
_uploadedCount = _prospect.Images?.Count ?? 0;
}
else
{