🐛 Fix bugs related to new depedecies versions

This commit is contained in:
2025-12-27 15:38:44 +08:00
parent 4be054163b
commit 6e1b67609a
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
using System.IdentityModel.Tokens.Jwt;
using System.Security.Cryptography;
using System.Text.Json;
using Microsoft.EntityFrameworkCore;
using Microsoft.IdentityModel.Tokens;
namespace DysonNetwork.Pass.Auth.OpenId;