mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Apply minor suggestions from code review
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
This commit is contained in:
parent
86772bd7bd
commit
740c95d557
@ -70,6 +70,7 @@ namespace Emby.Server.Implementations.Library
|
||||
UsersReset = usersreset.ToArray()
|
||||
};
|
||||
}
|
||||
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
|
@ -373,7 +373,7 @@ namespace Emby.Server.Implementations.Library
|
||||
|
||||
private IPasswordResetProvider GetPasswordResetProvider(User user)
|
||||
{
|
||||
return GetPasswordResetProviders(user).First();
|
||||
return GetPasswordResetProviders(user)[0];
|
||||
}
|
||||
|
||||
private IAuthenticationProvider[] GetAuthenticationProviders(User user)
|
||||
|
Loading…
x
Reference in New Issue
Block a user