Update secure-data.md (#11668)

pull/11672/head
Rick Anderson 2019-03-24 12:33:30 -10:00 committed by GitHub
parent ff195b0f81
commit 486e4dfd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ In ASP.NET Core 2.1, `User.IsInRole` fails when using `AddDefaultIdentity`. This
## The starter and completed app
[Download](xref:index#how-to-download-a-sample) the [completed](https://github.com/aspnet/Docs/tree/master/aspnetcore/security/authorization/secure-data/samples/final2) app. [Test](#test-the-completed-app) the completed app so you become familiar with its security features.
[Download](xref:index#how-to-download-a-sample) the [completed](https://github.com/aspnet/Docs/tree/master/aspnetcore/security/authorization/secure-data/samples) app. [Test](#test-the-completed-app) the completed app so you become familiar with its security features.
### The starter app