Initialize TestMailReceiver with current user's email in Settings page
This commit is contained in:
@@ -20,6 +20,7 @@ namespace FoodsharingSiegen.Server.Pages
|
||||
NavigationManager.NavigateTo("/");
|
||||
return;
|
||||
}
|
||||
TestMailReceiver = CurrentUser.Mail ?? string.Empty;
|
||||
await Task.CompletedTask;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user