From a786a2a3e9af4db1fb4ebb2b3798ebf58c0b4cc8 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Thu, 27 Mar 2025 13:57:15 +0100 Subject: [PATCH] Update IdentityServerTwoFactorTests.cs --- .../Endpoints/IdentityServerTwoFactorTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Identity.IntegrationTest/Endpoints/IdentityServerTwoFactorTests.cs b/test/Identity.IntegrationTest/Endpoints/IdentityServerTwoFactorTests.cs index 7c85c4003d..6f0ef20295 100644 --- a/test/Identity.IntegrationTest/Endpoints/IdentityServerTwoFactorTests.cs +++ b/test/Identity.IntegrationTest/Endpoints/IdentityServerTwoFactorTests.cs @@ -15,6 +15,7 @@ using Bit.Identity.Models.Request.Accounts; using Bit.IntegrationTestCommon.Factories; using Bit.Test.Common.AutoFixture.Attributes; using Bit.Test.Common.Helpers; +using Duende.IdentityModel; using Duende.IdentityServer.Models; using Duende.IdentityServer.Stores; using LinqToDB;