feat: account dispute emails

This commit is contained in:
2026-09-10 13:21:04 +00:00
parent 5c87505820
commit 50ab63ff13
12 changed files with 210 additions and 2 deletions
+4
View File
@@ -47,6 +47,10 @@ func cases() map[string]any {
{CVEID: "CVE-2025-48112", Severity: "low", PackageName: "less", ServerName: "worker-03"},
},
More: 9, DBAge: "2 days"},
"accountlocked": sampleNotice(),
"disputereminder": sampleNotice(),
"accountterminated": sampleNotice(),
"accountrestored": sampleNotice(),
}
}