This commit is contained in:
Paul Schneider 2016-12-01 17:34:29 +01:00
commit fbd352e788
18 changed files with 179 additions and 55 deletions

View file

@ -483,7 +483,7 @@ namespace Yavsc.Controllers
[HttpGet, Authorize]
public IActionResult SetAvatar()
{
throw new NotImplementedException();
return View();
}
[HttpGet, Authorize]