Fix duplicated namespace on startup

This commit is contained in:
Javier Calvarro Nelson 2018-02-09 14:56:09 -08:00
parent 025d366b83
commit 1f3a26051d
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ using Microsoft.AspNetCore.Builder;
#if (IndividualLocalAuth)
using Microsoft.AspNetCore.Identity;
#endif
#if (OrganizationalAuth || IndividualAuth)
using Microsoft.AspNetCore.Http;
#endif
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.HttpsPolicy;