Merge pull request #6673 from cvium/pinfile

This commit is contained in:
Bond-009
2021-10-08 11:51:04 +02:00
committed by GitHub

View File

@@ -123,6 +123,7 @@ namespace Jellyfin.Server.Implementations.Users
{
Action = ForgotPasswordAction.PinCode,
PinExpirationDate = expireTime,
PinFile = filePath
};
}