From e75e5a28050f808bf2dc3b306bd446e9838ce1f0 Mon Sep 17 00:00:00 2001 From: Carl Sixsmith Date: Sat, 31 Aug 2024 15:27:56 +0100 Subject: [PATCH] remove erronious using statement that is output as html on the 2fa page --- src/Server.UI/Pages/Identity/Authentication/LoginWith2fa.razor | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Server.UI/Pages/Identity/Authentication/LoginWith2fa.razor b/src/Server.UI/Pages/Identity/Authentication/LoginWith2fa.razor index 867eca04..9e6cceb7 100644 --- a/src/Server.UI/Pages/Identity/Authentication/LoginWith2fa.razor +++ b/src/Server.UI/Pages/Identity/Authentication/LoginWith2fa.razor @@ -164,4 +164,3 @@ } } - using Cfo.Cats.Application.Features.Identity.Notifications.IdentityEvents;