File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/management/identities Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ export class inetOrgPersonCreateDto {
9292 @IsOptional ( )
9393 public userCertificate ?: string ;
9494
95- @IsString ( )
96- @ApiProperty ( { required : false } )
97- @IsOptional ( )
98- public userPassword ?: string ;
95+ // @IsString ()
96+ // @ApiProperty ({ required: false })
97+ // @IsOptional ()
98+ // public userPassword?: string;
9999
100100 @IsString ( )
101101 @ApiProperty ( { required : false } )
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ export class inetOrgPerson extends Document {
7575 @Prop ( { type : String , default : null } )
7676 public userCertificate ?: string ;
7777
78- @Prop ( { type : String , default : null } )
79- public userPassword ?: string ;
78+ // @Prop ({ type: String, default: null })
79+ // public userPassword?: string;
8080}
8181
8282export const inetOrgPersonSchema = SchemaFactory . createForClass ( inetOrgPerson ) . index (
You can’t perform that action at this time.
0 commit comments