We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7013c commit b586107Copy full SHA for b586107
api-admin/src/main/java/com/lmxdawn/api/admin/controller/auth/LoginController.java
@@ -137,6 +137,7 @@ public BaseResponse password(@RequestBody @Valid UpdatePasswordRequest updatePas
137
}
138
139
AuthAdmin authAdminUp = new AuthAdmin();
140
+ authAdminUp.setId(authAdmin.getId());
141
String newPwd = PasswordUtils.authAdminPwd(updatePasswordRequest.getNewPassword());
142
authAdminUp.setPassword(newPwd);
143
0 commit comments