diff --git a/src/components/user/RegisterForm.vue b/src/components/user/RegisterForm.vue
index 52ebca7..7b6dd93 100644
--- a/src/components/user/RegisterForm.vue
+++ b/src/components/user/RegisterForm.vue
@@ -3,11 +3,12 @@
+
*
{{ profilerr }}
@@ -22,8 +23,10 @@
:useInputGroup="true"
@update:data="id = $event"
@update:alert="idAlert = $event"
+ @blur="checkIdDuplicate"
:value="id"
/>
+
{{ idError }}
+
{{ passwordcheckError }}
+
@@ -74,6 +89,7 @@
:is-essential="true"
:is-row="false"
:is-label="true"
+ :is-common="true"
:data="colorList"
@update:data="color = $event"
class="w-50"
@@ -84,6 +100,7 @@
@@ -134,69 +152,80 @@
diff --git a/src/views/user/TheRegister.vue b/src/views/user/TheRegister.vue
index 7c7ec8e..4296715 100644
--- a/src/views/user/TheRegister.vue
+++ b/src/views/user/TheRegister.vue
@@ -1,7 +1,7 @@
@@ -9,9 +9,6 @@