We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142523c commit 8ae4cddCopy full SHA for 8ae4cdd
src/management/identities/_schemas/_parts/inetOrgPerson.part.ts
@@ -54,11 +54,11 @@ export class inetOrgPerson extends Document {
54
@Prop({ type: String, default: null })
55
jpegPhoto?: string;
56
57
- // @Prop({ type: String, default: null })
58
- // userCertificate?: string;
+ @Prop({ type: String, default: null })
+ userCertificate?: string;
59
60
61
- // userPassword?: string;
+ userPassword?: string;
62
}
63
64
export const inetOrgPersonSchema = SchemaFactory.createForClass(inetOrgPerson).index(
0 commit comments