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
commit 556ef5f157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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