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
@@ -1,11 +1,13 @@
using Disco.Models.Services.Documents;
using Disco.Models.Repository;
using System.Collections.Generic;
namespace Disco.Models.UI.Config.DocumentTemplate
{
public interface ConfigDocumentTemplateCreatePackageModel : BaseUIModel
{
DocumentTemplatePackage Package { get; set; }
string Id { get; set; }
string Description { get; set; }
AttachmentTypes Scope { get; set; }
List<string> Scopes { get; }
}