drop useless Abort function

This commit is contained in:
Paul Schneider 2019-06-08 21:51:39 +01:00
commit 3b14d585a2
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)
{