Fix duplicated namespace on startup
This commit is contained in:
parent
025d366b83
commit
1f3a26051d
|
|
@ -14,9 +14,6 @@ using Microsoft.AspNetCore.Builder;
|
||||||
#if (IndividualLocalAuth)
|
#if (IndividualLocalAuth)
|
||||||
using Microsoft.AspNetCore.Identity;
|
using Microsoft.AspNetCore.Identity;
|
||||||
#endif
|
#endif
|
||||||
#if (OrganizationalAuth || IndividualAuth)
|
|
||||||
using Microsoft.AspNetCore.Http;
|
|
||||||
#endif
|
|
||||||
using Microsoft.AspNetCore.Hosting;
|
using Microsoft.AspNetCore.Hosting;
|
||||||
using Microsoft.AspNetCore.Http;
|
using Microsoft.AspNetCore.Http;
|
||||||
using Microsoft.AspNetCore.HttpsPolicy;
|
using Microsoft.AspNetCore.HttpsPolicy;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue