From 7bea36d6280e33a606b5535eb6e7f9bb88c5f6c1 Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 5 Dec 2019 16:17:17 +1100 Subject: [PATCH] fixes comment --- src/Umbraco.Web/PasswordConfigurationExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/PasswordConfigurationExtensions.cs b/src/Umbraco.Web/PasswordConfigurationExtensions.cs index b12a5b6460..1105fc31a7 100644 --- a/src/Umbraco.Web/PasswordConfigurationExtensions.cs +++ b/src/Umbraco.Web/PasswordConfigurationExtensions.cs @@ -11,7 +11,7 @@ namespace Umbraco.Web /// Returns the configuration of the membership provider used to configure change password editors /// /// - /// + /// /// public static IDictionary GetConfiguration( this IPasswordConfiguration passwordConfiguration,