remove test/temp code in UserLoginModule

pull/130/head
Drewster727 9 years ago
parent a4569c3eb1
commit 2ad36fa20f

@ -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…
Cancel
Save