mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 21:51:13 -07:00
Added the issues to the requests page
This commit is contained in:
parent
759540c837
commit
0556e4d32b
7 changed files with 73 additions and 52 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue