mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed build
This commit is contained in:
parent
36b7c91dfb
commit
265d1bdd25
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ namespace PlexRequests.UI.Modules
|
|||
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)
|
||||
{
|
||||
return Response.AsJson(user);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue