Fix auth sample

pull/149/head
Rick Anderson 2023-05-30 13:29:07 -10:00
parent 42d93eb1ac
commit 7a77379f22
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
using AuthRequirementsData.Authorization;
using Microsoft.AspNetCore.Mvc;
using System.Security.Claims;
namespace AuthRequirementsData.Controllers;