issue # 이메일 인증 로직 구현 중
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export class VerifyCodeResponseDto {
|
||||
verified: boolean;
|
||||
message?: string;
|
||||
error?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user