Explorar o código

Return the path to the pinfile in forgot password

cvium %!s(int64=3) %!d(string=hai) anos
pai
achega
3add805cbf

+ 1 - 0
Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs

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