Update code

This commit is contained in:
harish
2024-08-27 12:40:49 +05:30
parent 83e7c898bd
commit 38d806dc39
3 changed files with 9 additions and 2 deletions

View File

@@ -7,5 +7,7 @@ public class ResetPasswordReq {
private String email;
private String token;
private String newPassword;
private String confirmPassword;
}