let's view the user's profile

vnext
Paul Schneider 8 years ago
parent 78f19c9157
commit 537dda7721
1 changed files with 1 additions and 0 deletions

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

Loading…