mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
made newlines into linux newlines
This commit is contained in:
parent
a0d31a49a0
commit
098de6b050
@ -205,8 +205,6 @@ namespace Emby.Server.Implementations.Library
|
|||||||
//the password has no salt and should be called with the older method for safety
|
//the password has no salt and should be called with the older method for safety
|
||||||
return PasswordHash.ConvertToByteString(_cryptographyProvider.ComputeHash(passwordHash.Id, Encoding.UTF8.GetBytes(str)));
|
return PasswordHash.ConvertToByteString(_cryptographyProvider.ComputeHash(passwordHash.Id, Encoding.UTF8.GetBytes(str)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user