Added the issues to the requests page

This commit is contained in:
tidusjar 2016-03-09 14:37:10 +00:00
parent 759540c837
commit 0556e4d32b
7 changed files with 73 additions and 52 deletions

View file

@ -45,7 +45,8 @@ namespace PlexRequests.UI.Modules
{
dynamic model = new ExpandoObject();
model.Errored = Request.Query.error.HasValue;
var adminCreated = UserMapper.DoUsersExist();
model.AdminExists = adminCreated;
return View["Login/Index", model];
}