From 4e1badde42b7929a8365feb376b4601ea51640bc Mon Sep 17 00:00:00 2001 From: pgermishuys Date: Fri, 17 Oct 2025 09:26:03 +0200 Subject: [PATCH] Remove unused using --- bff/hosts/Hosts.IdentityServer/Pages/Diagnostics/ViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/bff/hosts/Hosts.IdentityServer/Pages/Diagnostics/ViewModel.cs b/bff/hosts/Hosts.IdentityServer/Pages/Diagnostics/ViewModel.cs index c990771a4..f312d4caa 100644 --- a/bff/hosts/Hosts.IdentityServer/Pages/Diagnostics/ViewModel.cs +++ b/bff/hosts/Hosts.IdentityServer/Pages/Diagnostics/ViewModel.cs @@ -5,7 +5,6 @@ using System.Buffers.Text; using System.Text; using System.Text.Json; -using Duende.IdentityModel; using Microsoft.AspNetCore.Authentication; namespace IdentityServerHost.Pages.Diagnostics;