Skip to content

Commit

Permalink
Merge pull request #1048 from Open-Earth-Foundation/fix/e2e-tests
Browse files Browse the repository at this point in the history
fix: adds defaul input label for password input
  • Loading branch information
thehighestprimenumber authored Jan 8, 2025
2 parents 192d843 + b645bb0 commit b8ea283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/password-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function PasswordInput({
error,
register,
t,
name,
name = "Password",
id = "password",
w,
shouldValidate = false,
Expand Down

0 comments on commit b8ea283

Please sign in to comment.