code cleanup.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-21 22:48:37 -07:00
parent 814aa8d22b
commit b5ea3c63a1
9 changed files with 2 additions and 25 deletions

View File

@@ -4,11 +4,7 @@ using CarCareTracker.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspNetCore.Mvc;
using Microsoft.IdentityModel.Tokens;
using System.IdentityModel.Tokens.Jwt;
using System.Net;
using System.Security.Cryptography;
using System.Text;
using System.Text.Json;
namespace CarCareTracker.Controllers