Skip to content

Commit

Permalink
[인증모듈] 테스트 기간 인증번호 추가
Browse files Browse the repository at this point in the history
🔨 fix(auth) : 테스트 기간 인증번호 추가
  • Loading branch information
ImNM authored Aug 6, 2022
2 parents fb24a57 + e731a50 commit 5a1e74a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/auth/dtos/AdminSendValidationNumber.response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export class ResponseAdminSendValidationNumberDto {
isArray: true,
example: 'asdf'
})
@Exclude()
@Expose()
validationNumber: string;
}
2 changes: 1 addition & 1 deletion src/auth/dtos/RequestValidation.response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class ResponseRequestValidationDto {
phoneNumber: string;

@ApiProperty({ description: '테스트용 인증번호', type: String })
@Exclude()
@Expose()
validationNumber: string;

@ApiProperty({ description: '이미 가입했는지에대한 정보', type: Boolean })
Expand Down

0 comments on commit 5a1e74a

Please sign in to comment.