ED
This commit is contained in:
parent
e79748d03b
commit
923c8b727a
1 changed files with 1 additions and 2 deletions
|
|
@ -336,7 +336,6 @@ 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=""
|
|
||||||
: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
|
||||||
|
|
@ -362,7 +361,7 @@ const handleRegister = async () => {
|
||||||
@input="clearFieldError('confirmPassword')"
|
@input="clearFieldError('confirmPassword')"
|
||||||
:type="showConfirmPassword ? 'text' : 'password'"
|
:type="showConfirmPassword ? '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="••••••••"
|
|
||||||
:class="{'border-red-500 focus:ring-red-500/20 focus:border-red-500': errors.confirmPassword}"
|
:class="{'border-red-500 focus:ring-red-500/20 focus:border-red-500': errors.confirmPassword}"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue