drop useless Abort function

This commit is contained in:
2019-06-08 21:51:39 +01:00
parent 8528e3e725
commit 4da630a8f6
3 changed files with 18 additions and 25 deletions

View File

@ -10,8 +10,6 @@ using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.Extensions.Logging;
using Yavsc.Server.Helpers;
using Yavsc.Server.Model;
namespace testOauthClient.Controllers
{
@ -36,6 +34,7 @@ namespace testOauthClient.Controllers
{
return View();
}
[HttpPost]
public async Task<IActionResult> GetUserInfo(CancellationToken cancellationToken)
{