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:
@@ -87,6 +87,16 @@ namespace FoodsharingSiegen.Server.Controls
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Method OpenVerificationDialogAsync
|
||||
|
||||
private async Task OpenVerificationDialogAsync()
|
||||
{
|
||||
if (Prospect == null) return;
|
||||
await VerificationSettingsDialog.ShowAsync(ModalService, Prospect, OnDataChanged);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Method RemoveInteraction
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user