Skip to content

Commit 4400102

Browse files
Change DefaultAuthenticationType to Google
1 parent c9e6d86 commit 4400102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Owin.Security.Providers.Google/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
internal static class Constants
44
{
5-
public const string DefaultAuthenticationType = "GooglePlus";
5+
public const string DefaultAuthenticationType = "Google";
66
}
77
}

0 commit comments

Comments
 (0)