mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge pull request #2659 from bernarden/bug/2658-map-alias-on-welcome-email-if-present
Maps alias email variable for welcome emails.
This commit is contained in:
commit
9f76bfdbdf
1 changed files with 1 additions and 0 deletions
|
@ -863,6 +863,7 @@ namespace Ombi.Controllers
|
|||
{
|
||||
var ombiUser = new OmbiUser
|
||||
{
|
||||
Alias = user.Alias,
|
||||
Email = user.EmailAddress,
|
||||
UserName = user.UserName
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue