Skip to content

Commit ec02e6e

Browse files
Update cert-render.js
1 parent 34ce490 commit ec02e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/cert-render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class CertData {
128128
// Hàm hiển thị lỗi tùy chỉnh
129129
showCustomError(message) {
130130
this.error.style.display = 'block';
131-
console.error(message)
131+
console.log(message)
132132
}
133133
}
134134

0 commit comments

Comments
 (0)