Remove redundant call to UseAuthentication (#11426)

This commit is contained in:
Chris Ross 2019-06-20 19:02:07 -07:00 committed by GitHub
parent 0d92fee9d0
commit 495f52920c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -81,8 +81,6 @@ namespace Identity.ExternalClaims
app.UseStaticFiles();
app.UseAuthentication();
app.UseRouting();
app.UseAuthentication();