checkpoint
This commit is contained in:
parent
8bb20a99aa
commit
765c469975
@ -124,7 +124,7 @@ export const LoginPage = () => {
|
||||
type="email"
|
||||
{...register("email")}
|
||||
className={`w-full bg-ink-50 border ${errors.email ? "border-red-500/50 focus:border-red-500" : "border-ink-200 focus:border-ink-900/50"} rounded-xl py-2.5 pl-11 pr-4 text-xs font-medium text-ink-900 placeholder-ink-400 outline-none transition-all focus:bg-ink-0 focus:ring-4 ring-ink-900/10 font-sans`}
|
||||
placeholder="admin@tech4biz.com"
|
||||
placeholder="Enter Your Registered Email.."
|
||||
/>
|
||||
</div>
|
||||
{errors.email && (
|
||||
@ -156,7 +156,7 @@ export const LoginPage = () => {
|
||||
type={showPassword ? "text" : "password"}
|
||||
{...register("password")}
|
||||
className={`w-full bg-ink-50 border ${errors.password ? "border-red-500/50 focus:border-red-500" : "border-ink-200 focus:border-ink-900/50"} rounded-xl py-2.5 pl-11 pr-11 text-xs font-medium text-ink-900 placeholder-ink-400 outline-none transition-all focus:bg-ink-0 focus:ring-4 ring-ink-900/10 font-sans`}
|
||||
placeholder="••••••••"
|
||||
placeholder="Enter Your Password"
|
||||
/>
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user