Browse Source

Update ErrorController.cs

pull/9700/head
maliming 5 years ago
parent
commit
e72a32eadb
  1. 4
      modules/account/src/Volo.Abp.Account.Web.IdentityServer/Areas/Account/Controllers/ErrorController.cs

4
modules/account/src/Volo.Abp.Account.Web.IdentityServer/Areas/Account/Controllers/ErrorController.cs

@ -1,6 +1,6 @@
using System.Net;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using AutoMapper.Internal;
using IdentityServer4.Models;
using IdentityServer4.Services;
using Microsoft.AspNetCore.Hosting;

Loading…
Cancel
Save