From 64580fbff9725e035419c0cb14a358a76ab33672 Mon Sep 17 00:00:00 2001 From: smandia Date: Mon, 20 Dec 2021 20:02:38 +0100 Subject: [PATCH] fixes #24365 for facebook case study link(issue 24365) (#24371) * fix for facebook case study link(issue 24365) * Update aspnetcore/security/authentication/social/index.md * merge overides * Update aspnetcore/security/authentication/social/index.md Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> --- aspnetcore/security/authentication/social/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/security/authentication/social/index.md b/aspnetcore/security/authentication/social/index.md index de053143dd..82e6c49d57 100644 --- a/aspnetcore/security/authentication/social/index.md +++ b/aspnetcore/security/authentication/social/index.md @@ -21,7 +21,6 @@ Enabling users to sign in with their existing credentials: * Is convenient for the users. * Shifts many of the complexities of managing the sign-in process onto a third party. -For an example of how social logins can drive traffic and customer conversions, see the case study by [Facebook](https://www.facebook.com/unsupportedbrowser). ## Create a New ASP.NET Core Project