mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
Fixed build issue
This commit is contained in:
parent
17548edb03
commit
0bfc8f8393
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace PlexRequests.UI.Modules
|
|||
public UserManagementModule(ISettingsService<PlexRequestSettings> pr, ICustomUserMapper m, IPlexApi plexApi, ISettingsService<PlexSettings> plex, IRepository<UserLogins> userLogins) : base("usermanagement", pr)
|
||||
{
|
||||
#if !DEBUG
|
||||
this.RequiresAnyClaims(UserClaims.Admin);
|
||||
this.RequiresAnyClaim(UserClaims.Admin);
|
||||
#endif
|
||||
UserMapper = m;
|
||||
PlexApi = plexApi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue