From c9e6d86bc8d01c7a2eb07d0a334c14ace1188f2b Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Tue, 29 Jan 2019 14:42:35 +0000 Subject: [PATCH] Update some comments about Google+ -> Google --- .../Provider/GoogleAuthenticationProvider.cs | 2 +- .../Provider/IGoogleAuthenticationProvider.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Owin.Security.Providers.Google/Provider/GoogleAuthenticationProvider.cs b/src/Owin.Security.Providers.Google/Provider/GoogleAuthenticationProvider.cs index e66beb5..c76f37a 100644 --- a/src/Owin.Security.Providers.Google/Provider/GoogleAuthenticationProvider.cs +++ b/src/Owin.Security.Providers.Google/Provider/GoogleAuthenticationProvider.cs @@ -28,7 +28,7 @@ namespace Owin.Security.Providers.Google.Provider public Func OnReturnEndpoint { get; set; } /// - /// Invoked whenever Google+ successfully authenticates a user + /// Invoked whenever Google successfully authenticates a user /// /// Contains information about the login session as well as the user . /// A representing the completed operation. diff --git a/src/Owin.Security.Providers.Google/Provider/IGoogleAuthenticationProvider.cs b/src/Owin.Security.Providers.Google/Provider/IGoogleAuthenticationProvider.cs index 5ef53b2..2ca246e 100644 --- a/src/Owin.Security.Providers.Google/Provider/IGoogleAuthenticationProvider.cs +++ b/src/Owin.Security.Providers.Google/Provider/IGoogleAuthenticationProvider.cs @@ -8,7 +8,7 @@ namespace Owin.Security.Providers.Google.Provider public interface IGoogleAuthenticationProvider { /// - /// Invoked whenever Google+ successfully authenticates a user + /// Invoked whenever Google successfully authenticates a user /// /// Contains information about the login session as well as the user . /// A representing the completed operation.