Skip to content

Commit

Permalink
fix: 비밀번호 필드 모두 입력 후 비밀번호 수정 시 재입력 일치 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Nov 16, 2023
1 parent 1e2cf47 commit 741344c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class SignupViewModel : ViewModel() {
_state.value = _state.value.copy(password = password)

updatePasswordError()
updateRetypePasswordError()
updateIsSignupReady()
}

Expand Down

0 comments on commit 741344c

Please sign in to comment.