Combine if statements

pull/6201/head
Patrick Barron 4 years ago
parent 3264575047
commit 4206c0e091

@ -123,10 +123,6 @@ namespace Jellyfin.Server.Implementations.Security
if (device != null)
{
authInfo.IsAuthenticated = true;
}
if (device != null)
{
var updateToken = false;
// TODO: Remove these checks for IsNullOrWhiteSpace

Loading…
Cancel
Save