Skip to content

Commit a7ed28a

Browse files
Kahbazijoegoldman2
andauthored
Add ForgotPasswordRequest to STJ source generation context (#52714) (#52830)
Co-authored-by: joegoldman2 <[email protected]>
1 parent 6731652 commit a7ed28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Identity/Core/src/Data/IdentityEndpointsJsonSerializerContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace Microsoft.AspNetCore.Identity.Data;
99
[JsonSerializable(typeof(LoginRequest))]
1010
[JsonSerializable(typeof(RefreshRequest))]
1111
[JsonSerializable(typeof(ResetPasswordRequest))]
12+
[JsonSerializable(typeof(ForgotPasswordRequest))]
1213
[JsonSerializable(typeof(ResendConfirmationEmailRequest))]
1314
[JsonSerializable(typeof(InfoRequest))]
1415
[JsonSerializable(typeof(InfoResponse))]

0 commit comments

Comments
 (0)