Merge pull request #440 from aspnet/release/2.1
Remove duplicated UseHttpsRedirection (#437)
This commit is contained in:
commit
fdcee8f42c
|
|
@ -63,7 +63,6 @@ namespace Company.WebApplication1
|
|||
#else
|
||||
|
||||
#endif
|
||||
app.UseHttpsRedirection();
|
||||
#if (OrganizationalAuth || IndividualAuth)
|
||||
app.UseAuthentication();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue