mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
adds readonly to properties
This commit is contained in:
parent
b56031b9f3
commit
2d396cb589
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ namespace Emby.Server.Implementations.Library
|
|||
private readonly string _passwordResetFileBaseDir;
|
||||
private readonly string _passwordResetFileBaseName = "passwordreset";
|
||||
|
||||
private IJsonSerializer _jsonSerializer;
|
||||
private IUserManager _userManager;
|
||||
private ICryptoProvider _crypto;
|
||||
private readonly IJsonSerializer _jsonSerializer;
|
||||
private readonly IUserManager _userManager;
|
||||
private readonly ICryptoProvider _crypto;
|
||||
|
||||
public DefaultPasswordResetProvider(IServerConfigurationManager configurationManager, IJsonSerializer jsonSerializer, IUserManager userManager, ICryptoProvider cryptoProvider)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue