익명게시글 댓글, 대댓글 비밀번호 수정중

This commit is contained in:
kimdaae328 2025-02-25 13:57:47 +09:00
parent 66fb1f204e
commit e5a55910da

View File

@ -93,7 +93,8 @@ function handleCommentSubmit() {
emit('submitComment', {
comment: comment.value,
password: isCheck.value ? password.value : '',
isCheck: isCheck.value
isCheck: isCheck.value,
// authorId: isCheck.value ? null : currentUserId.value, // ID null
});
}