Load identity email_address on coredata.MembershipProfile

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-03 19:45:03 +04:00
parent e156a428d4
commit 6328952c6f
7 changed files with 95 additions and 54 deletions

View File

@@ -557,8 +557,7 @@ func (s *DocumentService) SendSigningNotifications(
email := coredata.NewEmail(
signatory.FullName,
// FIXME: load email with profile
"contact@getprobo.com",
signatory.EmailAddress,
subject,
textBody,
htmlBody,