diff --git a/Webshop.Application/Services/Auth/AuthService.cs b/Webshop.Application/Services/Auth/AuthService.cs index e5bcc5f..b9d898c 100644 --- a/Webshop.Application/Services/Auth/AuthService.cs +++ b/Webshop.Application/Services/Auth/AuthService.cs @@ -7,7 +7,7 @@ using System.Text; using Webshop.Application.DTOs.Auth; using Webshop.Domain.Entities; using Webshop.Infrastructure.Data; - +using Webshop.Domain.Identity; namespace Webshop.Application.Services.Auth {