security: use more antiforgery tokens

This commit is contained in:
Gary Sharp
2025-07-25 12:32:44 +10:00
parent fd43d85778
commit 7deead494b
222 changed files with 12919 additions and 11728 deletions
@@ -4,7 +4,9 @@ namespace Disco.Models.UI.Config.DocumentTemplate
{
public interface ConfigDocumentTemplateCreateModel : BaseUIModel
{
Repository.DocumentTemplate DocumentTemplate { get; set; }
string Id { get; set; }
string Description { get; set; }
string Scope { get; set; }
List<string> Types { get; set; }
List<string> SubTypes { get; set; }