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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user