From d18176c6c85bd0012bf4d4fb24fc89b82d25841d Mon Sep 17 00:00:00 2001 From: NETSphereSoft <133562689+NETSphereSoft@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:12:27 +0200 Subject: [PATCH] Update XML comment at ICustomWebUI.cs Removed a mistakenly additional "/> at end of paramref in remarks. Solves issue #4809. --- .../Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs b/src/client/Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs index 4bf2ee6667..c128c0c92d 100644 --- a/src/client/Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs +++ b/src/client/Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs @@ -31,7 +31,7 @@ public interface ICustomWebUi /// parameters that MSAL.NET will extract and redeem. /// /// - /// The authorizationUri"/> is crafted to + /// The authorizationUri is crafted to /// leverage PKCE in order to protect the token from a man in the middle attack. /// Only MSAL.NET can redeem the code. ///