From 4989a20c1d0fee071970618da1b39ee428f8229c Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 9 Nov 2016 19:15:05 -1000 Subject: [PATCH] remove link (#2138) --- aspnetcore/security/authentication/sociallogins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/sociallogins.md b/aspnetcore/security/authentication/sociallogins.md index 4ff75a79b3..5929606892 100644 --- a/aspnetcore/security/authentication/sociallogins.md +++ b/aspnetcore/security/authentication/sociallogins.md @@ -87,7 +87,7 @@ Each of the OAuth2 providers require provider specific keys to enable OAuth2. ![image](sociallogins/_static/FBApp07.png) -* Add your Site URL (https://localhost:44320/) +* Add your Site URL (`https://localhost:44320/`) * Make a note of your App ID and your App Secret so that you can add both into your ASP.NET Core app later in this tutorial. Also, Add your Site URL (https://localhost:44300/) to test your application.