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.