Skip to content

Commit

Permalink
label changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkar1713 committed Sep 13, 2024
1 parent 0168919 commit 54973dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Login = () => {
/>
<LabelledInput
label="Password"
placeholder="password"
placeholder="Min. 6 Characters"
type={"password"}
onChange={(e) => {
setPostInputs((c) => ({
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const Auth = ({ type }: { type: "signup" | "signin" }) => {
) : null}
<LabelledInput
label="Password"
placeholder="password"
placeholder="Min. 6 Characters"
type={"password"}
onChange={(e) => {
setPostInputs((c) => ({
Expand Down

0 comments on commit 54973dc

Please sign in to comment.