mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 15:32:37 -07:00
Fixed some issues with the user management work
This commit is contained in:
parent
0bfc8f8393
commit
e39512905a
7 changed files with 138 additions and 12 deletions
|
@ -46,6 +46,8 @@ namespace PlexRequests.UI.NinjectModules
|
|||
Bind<IIssueService>().To<IssueJsonService>();
|
||||
Bind<ISettingsRepository>().To<SettingsJsonRepository>();
|
||||
Bind<IJobRecord>().To<JobRecord>();
|
||||
|
||||
Bind<IUserRepository>().To<UserRepository>();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue