Fix login

This commit is contained in:
Bond_009
2019-08-28 14:45:46 +02:00
parent 874f02631b
commit efc4805233
3 changed files with 11 additions and 10 deletions

View File

@@ -418,7 +418,7 @@ namespace MediaBrowser.Api
return ToOptimizedResult(result);
}
catch(SecurityException e)
catch (SecurityException e)
{
// rethrow adding IP address to message
throw new SecurityException($"[{Request.RemoteIp}] {e.Message}");