From e72a32eadb975a194e098a7c079935870148b03c Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 11 Aug 2021 10:34:16 +0800 Subject: [PATCH] Update ErrorController.cs --- .../Areas/Account/Controllers/ErrorController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Areas/Account/Controllers/ErrorController.cs b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Areas/Account/Controllers/ErrorController.cs index d06efee337..b1c3ef1cff 100644 --- a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Areas/Account/Controllers/ErrorController.cs +++ b/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;