style: Remove password placeholder from the register form.

This commit is contained in:
JakkrapartXD 2026-02-05 09:47:59 +00:00
parent 5b1af9d43b
commit e79748d03b

View file

@ -336,7 +336,7 @@ 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="••••••••"
placeholder=""
:class="{'border-red-500 focus:ring-red-500/20 focus:border-red-500': errors.password}"
/>
<button