Skip to content

Commit

Permalink
bug fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
doyupK committed Jul 3, 2024
1 parent 618bcda commit 3f54217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/constants/form/updatePassword.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const form = [
placeholder: '새 비밀번호를 한번 더 입력해주세요.',
options: {
validate: password,
deps: ['newPassword'],
},
},
] as Form<
Expand Down

0 comments on commit 3f54217

Please sign in to comment.