Fix wrong comment (GitHub -> Google)
This commit is contained in:
parent
80ebf99277
commit
0fd6f1554a
|
|
@ -110,7 +110,7 @@ namespace SocialSample
|
||||||
SaveTokens = true
|
SaveTokens = true
|
||||||
});
|
});
|
||||||
|
|
||||||
// You must first create an app with GitHub and add its ID and Secret to your user-secrets.
|
// You must first create an app with Google and add its ID and Secret to your user-secrets.
|
||||||
// https://console.developers.google.com/project
|
// https://console.developers.google.com/project
|
||||||
var googleOptions = new GoogleOptions
|
var googleOptions = new GoogleOptions
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue