Fixed build

This commit is contained in:
tidusjar 2016-08-20 11:33:53 +01:00
commit 265d1bdd25

View file

@ -102,7 +102,7 @@ namespace PlexRequests.UI.Modules
Message = "Please enter in a valid Username and Password" Message = "Please enter in a valid Username and Password"
}); });
} }
var user = UserMapper.Ce(username, password); var user = UserMapper.CreateUser(username, password, claims);
if (user.HasValue) if (user.HasValue)
{ {
return Response.AsJson(user); return Response.AsJson(user);