fix:在个人中心修改密码确认密码字段不存在
This commit is contained in:
@@ -19,4 +19,6 @@ public class PasswordUpdateForm {
|
||||
@Schema(description = "新密码")
|
||||
private String newPassword;
|
||||
|
||||
@Schema(description = "确认密码")
|
||||
private String confirmPassword;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user