소스 검색

Return the path to the pinfile in forgot password

cvium 3 년 전
부모
커밋
3add805cbf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs

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

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