a web page

This commit is contained in:
Paul Schneider 2016-06-14 12:59:01 +02:00
commit 47af58586f
2 changed files with 7 additions and 1 deletions

View file

@ -187,5 +187,11 @@ namespace Yavsc.Controllers
return View(model);
}
[HttpGet("~/oauth/success")]
public IActionResult NativeAuthSuccess ()
{
return RedirectToAction("Index","Home");
}
}
}