fixed warnings
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
@code
|
||||
{
|
||||
private AuthData loginData = new();
|
||||
private string loginResult = String.Empty;
|
||||
private string loginResult = string.Empty;
|
||||
|
||||
[Inject]
|
||||
private Client Client { get; set; } = null!;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using ApplicationLayer.Services.AuthServices.NeededServices;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Infrastructure.Auth;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
using System.Security.Claims;
|
||||
using ApplicationLayer.InfrastructureServicesInterfaces;
|
||||
using ApplicationLayer.Services.AuthServices.Common;
|
||||
using ApplicationLayer.Services.AuthServices.NeededServices;
|
||||
using Domains.Users;
|
||||
|
||||
namespace Infrastructure.Auth;
|
||||
|
||||
Reference in New Issue
Block a user