Remove extra newline (#9051)
This commit is contained in:
parent
074b1757d7
commit
96d282319d
|
|
@ -72,7 +72,6 @@ namespace Company.WebApplication1
|
||||||
services.AddDefaultIdentity<IdentityUser>()
|
services.AddDefaultIdentity<IdentityUser>()
|
||||||
.AddDefaultUI(UIFramework.Bootstrap4)
|
.AddDefaultUI(UIFramework.Bootstrap4)
|
||||||
.AddEntityFrameworkStores<ApplicationDbContext>();
|
.AddEntityFrameworkStores<ApplicationDbContext>();
|
||||||
|
|
||||||
#elif (OrganizationalAuth)
|
#elif (OrganizationalAuth)
|
||||||
services.AddAuthentication(AzureADDefaults.AuthenticationScheme)
|
services.AddAuthentication(AzureADDefaults.AuthenticationScheme)
|
||||||
.AddAzureAD(options => Configuration.Bind("AzureAd", options));
|
.AddAzureAD(options => Configuration.Bind("AzureAd", options));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue