We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6806a8c commit bc7b632Copy full SHA for bc7b632
bitwarden_license/test/SSO.Test/Controllers/AccountControllerTest.cs
@@ -6,7 +6,6 @@
6
using Bit.Core.Auth.Models.Business.Tokenables;
7
using Bit.Core.Auth.Models.Data;
8
using Bit.Core.Auth.Repositories;
9
-using Bit.Core.Auth.UserFeatures.Registration;
10
using Bit.Core.Entities;
11
using Bit.Core.Enums;
12
using Bit.Core.Repositories;
@@ -21,7 +20,6 @@
21
20
using Duende.IdentityServer.Services;
22
using Microsoft.AspNetCore.Authentication;
23
using Microsoft.AspNetCore.Http;
24
-using Microsoft.AspNetCore.Identity;
25
using Microsoft.AspNetCore.Mvc;
26
using Microsoft.Extensions.DependencyInjection;
27
using NSubstitute;
0 commit comments