Skip to content

Commit

Permalink
[IDLE-72] 회원가입 요청후 입력정보 삭제 기능 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong committed Jul 9, 2024
1 parent 6d556d9 commit f891382
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ public class CenterRegisterViewModel: ViewModelType {
case .failure(let error):
printIfDebug("❌ 회원가입 실패: \(error.message)")
}

// 현재까지 입력정보를 모두 삭제
self.stateObject.clear()
})
.disposed(by: self.disposeBag)
}
Expand Down

0 comments on commit f891382

Please sign in to comment.