mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00: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);
|
ndb.AuditLogs.Add(alog);
|
||||||
await ndb.SaveChangesAsync();
|
await ndb.SaveChangesAsync();
|
||||||
};
|
};
|
||||||
smtp.SendAsync(sMsg, null);
|
await smtp.SendMailAsync(sMsg);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue