diff --git a/frontend/src/views/Verify.vue b/frontend/src/views/Verify.vue index 9432bfe..533a911 100644 --- a/frontend/src/views/Verify.vue +++ b/frontend/src/views/Verify.vue @@ -173,7 +173,7 @@ export default { }, getCredCompId(type, id) { - const cleanString = id.replace(/^[^a-z]+|[^\w:.-]+/gi, "-").toString(); + const cleanString = id.replace(/^[^a-z]+|[^\w:]+/gi, "-").toString(); return type + '-' + cleanString.substr(cleanString.length - 5, cleanString.length); }, async fetchData() {