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
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m30s
This commit is contained in:
@@ -47,6 +47,7 @@ namespace FoodsharingSiegen.Server.Pages
|
||||
if (result.Success && result.Data != null)
|
||||
{
|
||||
_prospect = result.Data;
|
||||
_uploadedCount = _prospect.Images?.Count ?? 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user