Merge pull request #440 from aspnet/release/2.1

Remove duplicated UseHttpsRedirection (#437)
This commit is contained in:
Jass Bagga 2018-04-03 14:16:08 -07:00 committed by GitHub
commit fdcee8f42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ namespace Company.WebApplication1
#else
#endif
app.UseHttpsRedirection();
#if (OrganizationalAuth || IndividualAuth)
app.UseAuthentication();
#endif