This commit is contained in:
Jamie.Rees 2016-12-29 10:02:52 +00:00
parent 262a90e05c
commit ad2169ca17
3 changed files with 6 additions and 3 deletions

View file

@ -57,6 +57,7 @@ namespace Ombi.UI.Modules.Admin
WatcherSettings = watcher;
Analytics = a;
CpSettings = cp;
Before += (ctx) => Security.AdminLoginRedirect(Permissions.Administrator, ctx);