Merge pull request #1301 from tidusjar/dev

Syntax error
This commit is contained in:
Jamie 2017-03-29 21:18:52 +01:00 committed by GitHub
commit 3dfa7cbd90

View file

@ -184,7 +184,7 @@ namespace Ombi.UI.Modules
}
catch (Exception)
{
return Response.AsJson(new { result = false, message = Resources.UI.UserLogin_IncorrectUserPass })
return Response.AsJson(new {result = false, message = Resources.UI.UserLogin_IncorrectUserPass});
}
}
else if (!settings.UserAuthentication) // No auth, let them pass!