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>
pull/24390/head
smandia 2021-12-20 20:02:38 +01:00 committed by GitHub
parent 360d83d795
commit 64580fbff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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