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
|
#else
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
app.UseHttpsRedirection();
|
|
||||||
#if (OrganizationalAuth || IndividualAuth)
|
#if (OrganizationalAuth || IndividualAuth)
|
||||||
app.UseAuthentication();
|
app.UseAuthentication();
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue