Allow teacher
All checks were successful
UCN/Agent86/pipeline/head This commit looks good
DMA-CSD-CICD/Agent86/pipeline/head This commit looks good

This commit is contained in:
Karsten Jeppesen
2026-05-13 08:00:22 +02:00
parent 5654652499
commit d4d60d8330

View File

@@ -9,7 +9,7 @@ using System.Text.RegularExpressions;
namespace Agent86.Pages namespace Agent86.Pages
{ {
[Authorize(Roles = "user")] [Authorize(Roles = "user,teacher")]
public class IndexModel : PageModel public class IndexModel : PageModel
{ {