1
0
mirror of https://github.com/bitwarden/server synced 2026-01-17 07:53:36 +00:00

[PM-27882] Add SendOrganizationConfirmationCommand (#6743)

This commit is contained in:
Jimmy Vo
2026-01-06 16:43:36 -05:00
committed by GitHub
parent 530d946857
commit 63784e1f5f
24 changed files with 589 additions and 20 deletions

View File

@@ -9,5 +9,5 @@ public class TestMailView : BaseMailView
public class TestMail : BaseMail<TestMailView>
{
public override string Subject { get; } = "Test Email";
public override string Subject { get; set; } = "Test Email";
}