Missed out a file

pull/226/head
TidusJar 9 years ago
parent 79086dcf45
commit 79b9d3aed7

@ -123,9 +123,9 @@ namespace PlexRequests.UI.Modules
LogService = logs; LogService = logs;
Cache = cache; Cache = cache;
#if !DEBUG #if DEBUG
this.RequiresAuthentication(); this.RequiresClaims(UserClaims.Admin);
#endif #endif
Get["/"] = _ => Admin(); Get["/"] = _ => Admin();
Get["/authentication"] = _ => Authentication(); Get["/authentication"] = _ => Authentication();

Loading…
Cancel
Save