Skip to content

Commit 8ae4cdd

Browse files
committed
Update inetOrgPerson.part.ts schema properties
1 parent 142523c commit 8ae4cdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/management/identities/_schemas/_parts/inetOrgPerson.part.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ export class inetOrgPerson extends Document {
5454
@Prop({ type: String, default: null })
5555
jpegPhoto?: string;
5656

57-
// @Prop({ type: String, default: null })
58-
// userCertificate?: string;
57+
@Prop({ type: String, default: null })
58+
userCertificate?: string;
5959

60-
// @Prop({ type: String, default: null })
61-
// userPassword?: string;
60+
@Prop({ type: String, default: null })
61+
userPassword?: string;
6262
}
6363

6464
export const inetOrgPersonSchema = SchemaFactory.createForClass(inetOrgPerson).index(

0 commit comments

Comments
 (0)