mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
testing...
This commit is contained in:
parent
fbc08ffadc
commit
6aa909c9bd
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public async Task SendAsync(IdentityMessage message)
|
|||
ndb.AuditLogs.Add(alog);
|
||||
await ndb.SaveChangesAsync();
|
||||
};
|
||||
smtp.SendAsync(sMsg, null);
|
||||
await smtp.SendMailAsync(sMsg);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue