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("/");
|
NavigationManager.NavigateTo("/");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
TestMailReceiver = CurrentUser.Mail ?? string.Empty;
|
||||||
await Task.CompletedTask;
|
await Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user