Skip to content

Commit

Permalink
Remove unused usings from WebApp template
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Jul 7, 2021
1 parent 668d392 commit 16f463e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@
#endif
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
#if (RequiresHttps)
using Microsoft.AspNetCore.HttpsPolicy;
#endif
#if (IndividualLocalAuth)
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.UI;
#endif
#if (OrganizationalAuth)
using Microsoft.AspNetCore.Mvc.Authorization;
Expand All @@ -28,7 +24,7 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
#if(MultiOrgAuth)
#if (MultiOrgAuth)
using Microsoft.IdentityModel.Tokens;
#endif
#if (GenerateGraph)
Expand Down

0 comments on commit 16f463e

Please sign in to comment.