identity: send email even if gpg signing fails
This commit is contained in:
@@ -231,8 +231,9 @@ namespace Streetwriters.Identity.Services
|
||||
return builder.ToMessageBody();
|
||||
}
|
||||
}
|
||||
catch (PrivateKeyNotFoundException)
|
||||
catch (Exception ex)
|
||||
{
|
||||
await Slogger<EmailSender>.Error("GetEmailBodyAsync", ex.ToString());
|
||||
return builder.ToMessageBody();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user