Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
6_aspnet_identity.rst (#2570)
Browse files Browse the repository at this point in the history
Incorrectly states "which replaces the call to UseIdentity" instead of "which replaces the call to UseAuthentication".
  • Loading branch information
TPullen21 authored and brockallen committed Aug 23, 2018
1 parent 926dd86 commit 6d87c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstarts/6_aspnet_identity.rst
Expand Up @@ -124,7 +124,7 @@ The ``AddAspNetIdentity`` extension method requires a generic parameter which is

**Configure**

This shows both the template code generated for ASP.NET Identity, plus the call to ``UseIdentityServer`` which replaces the call to ``UseIdentity``.
This shows both the template code generated for ASP.NET Identity, plus the call to ``UseIdentityServer`` which replaces the call to ``UseAuthentication``.

::

Expand Down

0 comments on commit 6d87c7a

Please sign in to comment.