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

@@ -243,6 +243,7 @@ namespace FoodsharingSiegen.Server.Data.Service
{
var prospect = await Context.Prospects!
.Include(x => x.Interactions)
.Include(x => x.Images)
.AsNoTracking()
.FirstOrDefaultAsync(x => x.VerificationToken == token);