New features & bug fixes
# New * A name for email dests * Some json response at signin # Fixes * A bad redirect to null at login
This commit is contained in:
parent
24d0049ff9
commit
ad29880162
7 changed files with 71 additions and 29 deletions
|
|
@ -181,6 +181,7 @@ namespace Yavsc.Controllers
|
|||
|
||||
await _emailSender.SendEmailAsync(
|
||||
_siteSettings, _smtpSettings,
|
||||
command.PerformerProfile.Performer.UserName,
|
||||
command.PerformerProfile.Performer.Email,
|
||||
$"{command.Client.UserName} (un client) vous demande un rendez-vous",
|
||||
$"{yaev.Message}\r\n-- \r\n{yaev.Previsional}\r\n{yaev.EventDate}\r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue