Browse Source

Return the path to the pinfile in forgot password

cvium 3 years ago
parent
commit
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
             };
         }