Return the path to the pinfile in forgot password

pull/6673/head
cvium 3 years ago
parent 93198787d1
commit 3add805cbf

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

Loading…
Cancel
Save