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