Commit migrated from dotnet/aspnetcore@dac6756853
This commit is contained in:
Ryan Brandenburg 2019-04-18 10:22:57 -07:00 коммит произвёл GitHub
Родитель 6e188348b1
Коммит ea6657fb02
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -45,7 +45,6 @@ namespace Company.WebApplication1
#endif
services.AddDefaultIdentity<ApplicationUser>()
.AddDefaultUI(UIFramework.Bootstrap4)
.AddEntityFrameworkStores<ApplicationDbContext>();
services.AddIdentityServer()

Просмотреть файл

@ -45,7 +45,6 @@ namespace Company.WebApplication1
#endif
services.AddDefaultIdentity<ApplicationUser>()
.AddDefaultUI(UIFramework.Bootstrap4)
.AddEntityFrameworkStores<ApplicationDbContext>();
services.AddIdentityServer()