style: Remove password placeholder from the register form.
This commit is contained in:
parent
5b1af9d43b
commit
e79748d03b
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ const handleRegister = async () => {
|
||||||
@input="(e) => onPasswordInput((e.target as HTMLInputElement).value)"
|
@input="(e) => onPasswordInput((e.target as HTMLInputElement).value)"
|
||||||
:type="showPassword ? 'text' : 'password'"
|
: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"
|
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}"
|
:class="{'border-red-500 focus:ring-red-500/20 focus:border-red-500': errors.password}"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue