mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
For the love of Rylan Arbour.
This commit is contained in:
parent
7a595af37e
commit
b30aa70580
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public async Task SendAsync(IdentityMessage message)
|
||||||
ndb.AuditLogs.Add(alog);
|
ndb.AuditLogs.Add(alog);
|
||||||
await ndb.SaveChangesAsync();
|
await ndb.SaveChangesAsync();
|
||||||
};
|
};
|
||||||
await smtp.SendMailAsync(sMsg);
|
smtp.Send(sMsg);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue