let's view the user's profile

This commit is contained in:
2017-01-15 19:41:23 +01:00
parent 78f19c9157
commit 537dda7721

View File

@ -505,6 +505,7 @@ namespace Yavsc.Controllers
return View(new PerformerProfile
{
PerformerId = user.Id,
Performer = user,
OrganizationAddress = new Location()
});
}