Remove duplicated UseHttpsRedirection (#437)

Addresses #436
This commit is contained in:
Jass Bagga 2018-04-03 14:02:52 -07:00 committed by GitHub
parent ed55571572
commit 52ffc89fef
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