added import

This commit is contained in:
2026-03-06 18:06:10 +00:00
parent 6a35589b93
commit 96b3408f14

View File

@@ -6,6 +6,7 @@ using System.Security.Claims;
using Seasoned.Backend.Models; using Seasoned.Backend.Models;
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity;
using Microsoft.EntityFrameworkCore;
namespace Seasoned.Backend.Controllers; namespace Seasoned.Backend.Controllers;