🎨 Format frontend (#1262)

This commit is contained in:
Alejandra
2024-07-21 19:33:50 -05:00
committed by GitHub
parent a38afb4676
commit 2ed7a0887c
5 changed files with 8 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ function Login() {
<InputGroup>
<Input
{...register("password", {
required: "Password is required",
required: "Password is required",
})}
type={show ? "text" : "password"}
placeholder="Password"