Skip to content

Commit 0292158

Browse files
committed
Remove userPassword property from inetOrgPerson DTO stub
1 parent 40b58e5 commit 0292158

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/management/identities/_stubs/_parts/inetOrgPerson.dto.stub.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ export const inetOrgPersonDtoStub = (): inetOrgPersonDto => {
1919
telephoneNumber: 'telephoneNumber',
2020
title: 'title',
2121
userCertificate: 'userCertificate',
22-
userPassword: 'userPassword',
2322
};
2423
};

0 commit comments

Comments
 (0)