mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
remove test/temp code in UserLoginModule
This commit is contained in:
parent
a4569c3eb1
commit
2ad36fa20f
1 changed files with 0 additions and 4 deletions
|
@ -141,10 +141,6 @@ namespace PlexRequests.UI.Modules
|
|||
|
||||
Session[SessionKeys.ClientDateTimeOffsetKey] = (int)dateTimeOffset;
|
||||
|
||||
int z = 240;
|
||||
|
||||
|
||||
|
||||
return Response.AsJson(authenticated
|
||||
? new JsonResponseModel { Result = true }
|
||||
: new JsonResponseModel { Result = false, Message = "Incorrect User or Password"});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue