mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Started the user auth
This commit is contained in:
parent
48fd182e52
commit
a8b6137ef8
9 changed files with 115 additions and 22 deletions
|
@ -131,8 +131,10 @@
|
|||
</Content>
|
||||
<Compile Include="Models\PlexAuth.cs" />
|
||||
<Compile Include="Models\RequestViewModel.cs" />
|
||||
<Compile Include="Models\SessionKeys.cs" />
|
||||
<Compile Include="Modules\AdminModule.cs" />
|
||||
<Compile Include="Modules\IndexModule.cs" />
|
||||
<Compile Include="Modules\UserLoginModule.cs" />
|
||||
<Compile Include="Modules\LoginModule.cs" />
|
||||
<Compile Include="Modules\RequestsModule.cs" />
|
||||
<Compile Include="Modules\SearchModule.cs" />
|
||||
|
@ -219,6 +221,9 @@
|
|||
<Content Include="Views\Admin\CouchPotato.cshtml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Views\UserLogin\Index.cshtml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Web.Debug.config">
|
||||
<DependentUpon>web.config</DependentUpon>
|
||||
</None>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue