mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 15:32:37 -07:00
More user management
This commit is contained in:
parent
f7bf2a2fe7
commit
3d2272cd91
3 changed files with 28 additions and 18 deletions
|
@ -32,6 +32,7 @@ using Ninject.Modules;
|
|||
using PlexRequests.Core;
|
||||
using PlexRequests.Core.Migration;
|
||||
using PlexRequests.Core.StatusChecker;
|
||||
using PlexRequests.Core.Users;
|
||||
using PlexRequests.Helpers;
|
||||
using PlexRequests.Services.Interfaces;
|
||||
using PlexRequests.Services.Notification;
|
||||
|
@ -61,6 +62,7 @@ namespace PlexRequests.UI.NinjectModules
|
|||
Bind<IStatusChecker>().To<StatusChecker>();
|
||||
|
||||
Bind<ISecurityExtensions>().To<SecurityExtensions>();
|
||||
Bind<IUserHelper>().To<UserHelper>();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue