diff --git a/src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserToExternalLoginProvider.cs b/src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserToExternalLoginProvider.cs index 9f44a521a4b..05b97792251 100644 --- a/src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserToExternalLoginProvider.cs +++ b/src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserToExternalLoginProvider.cs @@ -17,7 +17,6 @@ public interface IUserToExternalLoginProvider /// bool CanHandle(ExternalLoginInfo info); - /// /// /// Retrieves a local user account that corresponds to the provided external login information, if one exists. /// @@ -30,7 +29,6 @@ public interface IUserToExternalLoginProvider /// /// Gets the identifier's key used by the implementation. /// - /// /// The external login information. /// A string identifier denoting the property name utilized for user identification. string GetIdentifierKey(ExternalLoginInfo info);