diff --git a/Frontend-Learner/pages/auth/register.vue b/Frontend-Learner/pages/auth/register.vue index 443447f5..252120c6 100644 --- a/Frontend-Learner/pages/auth/register.vue +++ b/Frontend-Learner/pages/auth/register.vue @@ -336,7 +336,6 @@ const handleRegister = async () => { @input="(e) => onPasswordInput((e.target as HTMLInputElement).value)" :type="showPassword ? 'text' : 'password'" class="w-full h-12 pl-12 pr-12 rounded-xl bg-slate-50 border border-slate-200 text-slate-900 placeholder-slate-400 text-base focus:outline-none focus:ring-2 focus:ring-blue-500/20 focus:border-blue-500 transition-all font-medium" - placeholder="" :class="{'border-red-500 focus:ring-red-500/20 focus:border-red-500': errors.password}" />