Return the path to the pinfile in forgot password

This commit is contained in:
cvium 2021-10-07 23:20:54 +02:00
parent 93198787d1
commit 3add805cbf

View file

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