From f47f08b696c34ed027dbdb5fd22f18abb08fbd51 Mon Sep 17 00:00:00 2001 From: khalidabuhakmeh Date: Wed, 29 Jan 2025 12:04:54 -0500 Subject: [PATCH 1/3] Update links and add alt attribute in Index page Replaced static href attributes with ASP.NET tag helpers for links to accurately generate links. --- bff/samples/IdentityServer/Pages/Index.cshtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bff/samples/IdentityServer/Pages/Index.cshtml b/bff/samples/IdentityServer/Pages/Index.cshtml index 440a8fc60..1325c4ba6 100644 --- a/bff/samples/IdentityServer/Pages/Index.cshtml +++ b/bff/samples/IdentityServer/Pages/Index.cshtml @@ -3,7 +3,7 @@

- + Welcome to Duende IdentityServer (version @Model.Version)

@@ -11,17 +11,17 @@