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
@@ -2,6 +2,8 @@
{
public interface ConfigDeviceProfileCreateModel : BaseUIModel
{
Repository.DeviceProfile DeviceProfile { get; set; }
string Name { get; set; }
string ShortName { get; set; }
string Description { get; set; }
}
}