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 0f9e783 commit 9121b8cCopy full SHA for 9121b8c
src/services/user-management/user.service.ts
@@ -219,10 +219,7 @@ export class UserService {
219
if (user.nameId != null) {
220
if (dto.name && user.name != dto.name) {
221
throw new BadRequestException(ErrorCodes.CannotModifyOnKombitUser);
222
- }
223
- if (dto.email) {
224
- throw new BadRequestException(ErrorCodes.CannotModifyOnKombitUser);
225
+ }
226
if (dto.password) {
227
228
}
0 commit comments