Skip to content

Commit

Permalink
fix: 누락된 커밋 내용 수정
Browse files Browse the repository at this point in the history
비밀번호 입력칸 타입 변경
  • Loading branch information
pandahwang committed Sep 30, 2024
1 parent 6813a53 commit fce1bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ useEffect(() => {
비밀번호
</label>
<input
type="text"
type="password"
id="password"
name="password"
value={formData.password}
Expand Down

0 comments on commit fce1bb4

Please sign in to comment.