Update TokenController.cs

pull/3783/head
quietsy 4 years ago committed by GitHub
parent 0f4c69ff81
commit be6f984647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,6 @@ namespace Ombi.Controllers.V1
var url = await _plexOAuthManager.GetOAuthUrl(model.PlexTvPin.code, websiteAddress);
if (url == null)
{
_log.LogWarning(string.Format("Failed login attempt by IP: {0}", GetRequestIP()));
return new JsonResult(new
{
error = "Application URL has not been set"

Loading…
Cancel
Save