diff --git a/src/Api/IdentityServer/ProfileService.cs b/src/Api/IdentityServer/ProfileService.cs index f268a69f58..93b7c172ac 100644 --- a/src/Api/IdentityServer/ProfileService.cs +++ b/src/Api/IdentityServer/ProfileService.cs @@ -4,7 +4,6 @@ using IdentityServer4.Models; using Bit.Core.Repositories; using Bit.Core.Services; using System.Security.Claims; -using Bit.Core.Domains; using System.Collections.Generic; using Microsoft.AspNetCore.Builder; using System.Linq;