Implement identity verification feature with image upload and token management
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 2m2s
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 2m2s
This commit is contained in:
@@ -27,6 +27,11 @@ namespace FoodsharingSiegen.Server.Data
|
||||
/// </summary>
|
||||
public DbSet<Prospect>? Prospects { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the uploaded verification images mapping.
|
||||
/// </summary>
|
||||
public DbSet<ProspectImage>? ProspectImages { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the value of the users (ab)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user